|
Public Member Functions |
| SWLog () |
virtual | ~SWLog () |
void | setLogLevel (char level) |
char | getLogLevel () const |
void | logWarning (const char *fmt,...) const |
void | logError (const char *fmt,...) const |
void | logInformation (const char *fmt,...) const |
virtual void | logTimedInformation (const char *fmt,...) const |
void | logDebug (const char *fmt,...) const |
virtual void | logMessage (const char *message, int level) const |
Static Public Member Functions |
static SWLog * | getSystemLog () |
static void | setSystemLog (SWLog *newLogger) |
Static Public Attributes |
static const int | LOG_ERROR |
static const int | LOG_WARN |
static const int | LOG_INFO |
static const int | LOG_TIMEDINFO |
static const int | LOG_DEBUG |
Protected Attributes |
char | logLevel |
Static Protected Attributes |
static SWLog * | systemLog |