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


Public Member Functions | |
| ArchLogUnix ()=default | |
| ~ArchLogUnix () 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 |
Unix implementation of IArchLog.
|
default |
|
overridedefault |
|
overridevirtual |
|
overridevirtual |
Open the log.
Opens the log for writing. The log must be opened before being written to.
Implements IArchLog.
|
overridevirtual |