Go to the source code of this file.
Macros | |
| #define | IMPLEMENT_LOGF(func) |
Functions | |
| bool | Log (const char *msg) |
| bool | DebugLog (const char *strMessage) |
| bool | LogFatal (const char *strMessage) |
Variables | |
| bool | fQuiet = false |
| #define IMPLEMENT_LOGF | ( | func | ) |
Definition at line 36 of file C4SimpleLog.cpp.
| bool DebugLog | ( | const char * | strMessage | ) |
Definition at line 33 of file C4SimpleLog.cpp.
References Log().
| bool Log | ( | const char * | msg | ) |
Definition at line 27 of file C4SimpleLog.cpp.
References fQuiet.
Referenced by DebugLog(), and LogFatal().
| bool LogFatal | ( | const char * | strMessage | ) |
Definition at line 34 of file C4SimpleLog.cpp.
References Log().
| bool fQuiet = false |
Definition at line 25 of file C4SimpleLog.cpp.
Referenced by Log(), main(), and ProcessGroup().