![]() |
StdLog.h File Reference
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 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;
|