#include <CArchLogWindows.h>
Inherits IArchLog.
Inheritance diagram for CArchLogWindows:


Public Member Functions | |
| virtual void | openLog (const char *name) |
| Open the log. | |
| virtual void | closeLog () |
| Close the log. | |
| virtual void | showLog (bool showIfEmpty) |
| Show the log. | |
| virtual void | writeLog (ELevel, const char *) |
| Write to the log. | |
Definition at line 26 of file CArchLogWindows.h.
|
|
Close the log. Close the log. Implements IArchLog. Definition at line 42 of file CArchLogWindows.cpp. |
|
|
Open the log. Opens the log for writing. The log must be opened before being written to. Implements IArchLog. Definition at line 34 of file CArchLogWindows.cpp. References CArchMiscWindows::isWindows95Family(). |
|
|
Show the log.
Causes the log to become visible. This generally only makes sense for a log in a graphical user interface. Other implementations will do nothing. Iff Implements IArchLog. Definition at line 51 of file CArchLogWindows.cpp. |
|
||||||||||||
|
Write to the log. Writes the given string to the log with the given level. Implements IArchLog. Definition at line 57 of file CArchLogWindows.cpp. |
1.3.9.1