![]() |
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.
Detailed Description
Definition in file StdLog.h. Enumeration Type Documentation
error level enum.
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;
|