Logo
~Sockets~
~Examples~
~Contact~


StdLog.h File Reference

Date:
2004-06-01
More...

#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_WARNING = 0, LOG_LEVEL_ERROR, LOG_LEVEL_FATAL, LOG_LEVEL_INFO }
 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_WARNING 
LOG_LEVEL_ERROR 
LOG_LEVEL_FATAL 
LOG_LEVEL_INFO 

Definition at line 41 of file StdLog.h.

00042 {
00043         LOG_LEVEL_WARNING = 0,
00044         LOG_LEVEL_ERROR,
00045         LOG_LEVEL_FATAL,
00046         LOG_LEVEL_INFO
00047 } loglevel_t;

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