![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
Win32 implementation of IArchLog. More...
#include <ArchLogWindows.h>


Public Member Functions | |
| ArchLogWindows () | |
| ~ArchLogWindows () override=default | |
| void | openLog (const QString &name) override |
| Open the log. | |
| void | closeLog () override |
| Close the log. | |
| void | writeLog (LogLevel::Level, const QString &) override |
| Write to the log. | |
| Public Member Functions inherited from IArchLog | |
| virtual | ~IArchLog ()=default |
Win32 implementation of IArchLog.
| ArchLogWindows::ArchLogWindows | ( | ) |
|
overridedefault |
|
overridevirtual |
|
overridevirtual |
Open the log.
Opens the log for writing. The log must be opened before being written to.
Implements IArchLog.
|
overridevirtual |