#include <log.h>
Collaboration diagram for GNUMessenger::LogManager:

Public Member Functions | |
| LogManager () | |
| Starts the StdLog logger. | |
| ~LogManager () | |
| Deletes the active logger. | |
| void | SetLog (LogBase *logger) |
| Cannot set null log--use LogNull instead. | |
| LogBase * | GetLog () |
| Get the pointer to the active logger. | |
| LogBase & | operator<< (const char *str) |
| Write to the default log stream. | |
| LogBase & | operator<< (const wchar_t *wstr) |
| Write wide characters to the default log stream. | |
| LogBase & | Debug () |
| Access the log stream in debug mode. | |
| LogBase & | Error () |
| Access the log stream in error mode. | |
| LogBase & | Normal () |
| Access the log stream in normal mode. | |
Definition at line 104 of file log.h.
|
|
Cannot set null log--use LogNull instead.
|
1.3.8