#include <logger.h>
Inheritance diagram for CL_Logger:

Public Member Functions | |
| CL_Logger () | |
| Construction:. | |
| ~CL_Logger () | |
| void | enable () |
| Operations:. | |
| void | disable () |
| virtual void | log (const CL_StringA &type, const CL_String &text)=0 |
Static Public Attributes | |
| static CL_Logger * | instance = 0 |
| Attributes:. | |
| static CL_Mutex | mutex |
|
|
Construction:.
Definition at line 35 of file logger.cpp. |
|
|
Definition at line 39 of file logger.cpp. References disable(). |
|
|
Definition at line 60 of file logger.cpp. References instance, and mutex. Referenced by ~CL_Logger(). |
|
|
Operations:.
Definition at line 54 of file logger.cpp. |
|
||||||||||||
|
Implemented in CL_FileLogger. Referenced by cl_log_event(). |
|
|
Attributes:.
Definition at line 47 of file logger.cpp. |
|
|
Definition at line 49 of file logger.cpp. |
1.4.1