Inherits IArchLog.
Public Member Functions | |
| virtual void | openLog (const char *name) |
| Open the log. | |
| virtual void | closeLog () |
| virtual void | showLog (bool showIfEmpty) |
| Show the log. | |
| virtual void | writeLog (ELevel, const char *) |
| Write to the log. | |
Definition at line 24 of file CArchIpcLogUnix.h.
| void CArchIpcLogUnix::closeLog | ( | ) | [virtual] |
| void CArchIpcLogUnix::openLog | ( | const char * | name | ) | [virtual] |
Open the log.
Opens the log for writing. The log must be opened before being written to.
Implements IArchLog.
Definition at line 29 of file CArchIpcLogUnix.cpp.
| void CArchIpcLogUnix::showLog | ( | bool | showIfEmpty | ) | [virtual] |
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 showIfEmpty is false then the implementation may optionally only show the log if it's not empty.
Implements IArchLog.
Definition at line 39 of file CArchIpcLogUnix.cpp.
| void CArchIpcLogUnix::writeLog | ( | ELevel | , | |
| const char * | ||||
| ) | [virtual] |
Write to the log.
Writes the given string to the log with the given level.
Implements IArchLog.
Definition at line 44 of file CArchIpcLogUnix.cpp.
1.7.1