Debug-Klasse.
|
| | CDebug () |
| |
| | ~CDebug () |
| |
| int | AddLogHandler (CLogHandler *handler) |
| |
| void | closeSyslog () |
| |
| void | DeleteFilter (const char *module, const char *function) |
| |
| void | DeleteFilter (const char *file, int line) |
| |
| int | DeleteLogHandler (CLogHandler *handler) |
| |
| int | GetDebugLevel () |
| |
| int | GetLogLevel (int facility) |
| |
| void | HexDump (int facility, int level, const void *address, int bytes) |
| |
| void | HexDump (const void *address, int bytes) |
| |
| void | Log (const char *text) |
| |
| void | Log (int level, const char *text) |
| |
| void | LogError (int level) |
| |
| void | LogError () |
| |
| void | LogError (const char *file, int line) |
| |
| void | LogError (const char *module, const char *function, const char *file, int line) |
| |
| void | LogError (int facility, int level, const char *file, int line) |
| |
| void | LogError (int facility, int level, const char *module, const char *function, const char *file, int line) |
| |
| void | LogErrorCode (int level, ppluint32 errorcode) |
| |
| void | LogErrorCode (ppluint32 errorcode) |
| |
| void | Logf (const char *fmt,...) |
| |
| void | Logf (int level, const char *fmt,...) |
| |
| void | openSyslog (const CString &ident, SYSLOG_FACILITY facility=SYSLOG_USER) |
| |
| void | Print (int facility, int level, const char *text) |
| |
| void | Print (int facility, int level, const char *file, int line, const char *text) |
| |
| void | Print (int facility, int level, const char *module, const char *function, const char *file, int line, const char *text) |
| |
| void | Print (const char *text) |
| |
| void | Print (int level, const char *text) |
| |
| void | PrintArray (int facility, int level, const CAssocArray *a, const char *fmt,...) |
| |
| void | PrintArray (int facility, int level, const char *module, const char *function, const char *file, int line, const CAssocArray *a, const char *fmt,...) |
| |
| void | PrintArraySingleLine (int facility, int level, const char *module, const char *function, const char *file, int line, const CAssocArray *a, const char *fmt,...) |
| |
| void | Printf (int facility, int level, const char *file, int line, const char *fmt,...) |
| |
| void | Printf (int facility, int level, const char *module, const char *function, const char *file, int line, const char *fmt,...) |
| |
| void | Printf (const char *fmt,...) |
| |
| void | Printf (int level, const char *fmt,...) |
| |
| void | Printfs (int level, const char *fmt,...) |
| |
| void | Printfs (int facility, int level, const char *fmt,...) |
| |
| void | SetConsole (bool flag=true, int facility=LOG::DEBUG, int level=1) |
| |
| void | SetConsole (bool flag=true) |
| |
| void | SetDebugLevel (int level) |
| |
| int | SetFilter (const char *module, const char *function, int level) |
| |
| int | SetFilter (const char *file, int line, int level) |
| |
| int | SetLogfile (int facility, const char *filename) |
| |
| void | SetLogfile (const char *filename) |
| |
| void | SetLogLevel (int facility, int level=1) |
| |
| int | SetLogRotate (ppluint64 maxsize, int generations) |
| |
| void | Terminate () |
| |