44 virtual void showLog(
bool showIfEmpty) = 0;
static const struct sockaddr FAR * name
Definition ArchNetworkWinsock.cpp:27
LogLevel
Log levels.
Definition LogLevel.h:15
Interface for architecture dependent logging.
Definition IArchLog.h:19
virtual void openLog(const char *name)=0
Open the log.
virtual void closeLog()=0
Close the log.
virtual void writeLog(LogLevel, const char *)=0
Write to the log.
virtual void showLog(bool showIfEmpty)=0
Show the log.
Base class of interfaces.
Definition IInterface.h:18