24 void open(
const char *title)
override;
25 void close()
override;
26 void show(
bool showIfEmpty)
override;
static int level
Definition ArchNetworkWinsock.cpp:30
LogLevel
Log levels.
Definition LogLevel.h:15
Outputter interface.
Definition ILogOutputter.h:21
bool write(LogLevel level, const char *message) override
Write a message with level.
Definition MSWindowsDebugOutputter.cpp:29
~MSWindowsDebugOutputter() override=default
void show(bool showIfEmpty) override
Show the outputter.
Definition MSWindowsDebugOutputter.cpp:24
void flush()
Definition MSWindowsDebugOutputter.cpp:35
void open(const char *title) override
Open the outputter.
Definition MSWindowsDebugOutputter.cpp:14
void close() override
Close the outputter.
Definition MSWindowsDebugOutputter.cpp:19
MSWindowsDebugOutputter()=default