![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Interface for architecture dependent logging. More...
#include <IArchLog.h>

Public Member Functions | |
| virtual | ~IArchLog ()=default |
manipulators | |
| virtual void | openLog (const QString &name)=0 |
| Open the log. | |
| virtual void | closeLog ()=0 |
| Close the log. | |
| virtual void | writeLog (LogLevel, const QString &)=0 |
| Write to the log. | |
Interface for architecture dependent logging.
This interface defines the logging operations required by deskflow. Each architecture must implement this interface.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
Open the log.
Opens the log for writing. The log must be opened before being written to.
Implemented in ArchLogUnix, and ArchLogWindows.
|
pure virtual |
Write to the log.
Writes the given string to the log with the given level.
Implemented in ArchLogUnix, and ArchLogWindows.