32 static void println(
const string& str);
38 static void print(
const string& str);
void run()
Abstract run() method, should be implemented by subclassed class, will be called after spawn by start...
static void println()
Print new line to console.
static void shutdown()
Shutdown console logging and especially writing log to file.
static void print(const string &str)
Print given string.
static void initLogWriterThread()
Initialize log writer thread.
static STATIC_DLL_IMPEXT Mutex * mutex
static STATIC_DLL_IMPEXT LogWriterThread logWriterThread
static STATIC_DLL_IMPEXT vector< string > * messages
#define STATIC_DLL_IMPEXT