Logo
~Sockets~
~Examples~
~Contact~


StdLog.h File Reference

#include "sockets-config.h"
#include <string>

Include dependency graph for StdLog.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  StdLog
 Log class interface. More...

Enumerations

enum  loglevel_t { LOG_LEVEL_INFO = 0, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR, LOG_LEVEL_FATAL }
 error level enum. More...

Detailed Description

Date:
2004-06-01
Author:
grymse@alhem.net

Definition in file StdLog.h.


Enumeration Type Documentation

enum loglevel_t

error level enum.

Enumerator:
LOG_LEVEL_INFO 
LOG_LEVEL_WARNING 
LOG_LEVEL_ERROR 
LOG_LEVEL_FATAL 

Definition at line 43 of file StdLog.h.

00044 {
00045         LOG_LEVEL_INFO = 0,
00046         LOG_LEVEL_WARNING,
00047         LOG_LEVEL_ERROR,
00048         LOG_LEVEL_FATAL
00049 } loglevel_t;

Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4