Enumerations | |
enum | Elogmode { FULL, SHORT, SYSLOG, EVENTLOG } |
Functions | |
ostream & | endl (ostream &strum) |
ostream & | logCommon (int x) |
ostream & | logCont () |
ostream & | logEmerg () |
ostream & | logAlert () |
ostream & | logCrit () |
ostream & | logError () |
ostream & | logWarning () |
ostream & | logNotice () |
ostream & | logInfo () |
ostream & | logDebug () |
void | Initialize (char *file) |
void | Terminate () |
void | EchoOn () |
void | EchoOff () |
void | setLogLevel (int x) |
void | setLogName (string x) |
void | setLogMode (string x) |
Variables | |
string | logname = "Init" |
int | logLevel = 7 |
Elogmode | logmode = FULL |
ofstream | logFile |
bool | logFileMode = false |
bool | echo = true |
int | curLogEntry = 8 |
ostringstream | buffer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|