#include <file_logger.h>
Inheritance diagram for CL_FileLogger:

Public Member Functions | |
| CL_FileLogger (const CL_String &filename) | |
| Construction:. | |
| ~CL_FileLogger () | |
| void | log (const CL_StringA &type, const CL_String &text) |
| Operations:. | |
Private Attributes | |
| CL_File * | file |
| Implementation:. | |
|
|
Construction:.
Definition at line 39 of file file_logger.cpp. References file. |
|
|
Definition at line 44 of file file_logger.cpp. References file. |
|
||||||||||||
|
|
Implementation:.
Definition at line 53 of file file_logger.h. Referenced by CL_FileLogger(), log(), and ~CL_FileLogger(). |
1.4.1