Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
ArchLogWindows Class Reference

Win32 implementation of IArchLog. More...

#include <ArchLogWindows.h>

Inheritance diagram for ArchLogWindows:
Collaboration diagram for ArchLogWindows:

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, const QString &) override
 Write to the log.
Public Member Functions inherited from IArchLog
virtual ~IArchLog ()=default

Detailed Description

Win32 implementation of IArchLog.

Constructor & Destructor Documentation

◆ ArchLogWindows()

ArchLogWindows::ArchLogWindows ( )

◆ ~ArchLogWindows()

ArchLogWindows::~ArchLogWindows ( )
overridedefault

Member Function Documentation

◆ 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: