#include <Logger.h>
Inheritance diagram for CGlobalLogger:
Public Member Functions | |
virtual int | Open (char *pcFilename, bool bKeepOpen=true) |
virtual int | Close () |
This class logs passed messages (that can be formatted) into the
globally specified file that is open until the Close() is called, or
CGlobalLogger is destroyed.
Definition at line 81 of file Logger.h.
|
This function closes the file. Reimplemented from CLogger. Definition at line 24 of file GlobalLogger.cpp. |
|
This function opens the given file (path and file name) and keeps it open Definition at line 19 of file GlobalLogger.cpp. References CLogger::Open(). |