Win32 implementation of IArchLog.
More...
#include <ArchLogWindows.h>
Win32 implementation of IArchLog.
◆ ArchLogWindows()
| ArchLogWindows::ArchLogWindows |
( |
| ) |
|
◆ ~ArchLogWindows()
| ArchLogWindows::~ArchLogWindows |
( |
| ) |
|
|
overridedefault |
◆ closeLog()
| void ArchLogWindows::closeLog |
( |
| ) |
|
|
overridevirtual |
Close the log.
Close the log.
Implements IArchLog.
◆ openLog()
| void ArchLogWindows::openLog |
( |
const QString & | name | ) |
|
|
overridevirtual |
Open the log.
Opens the log for writing. The log must be opened before being written to.
Implements IArchLog.
◆ writeLog()
| void ArchLogWindows::writeLog |
( |
LogLevel | , |
|
|
const QString & | ) |
|
overridevirtual |
Write to the log.
Writes the given string to the log with the given level.
Implements IArchLog.
The documentation for this class was generated from the following files: