13 if(configfile!=
"") m_variables.Initialise(configfile);
19 if(!m_variables.Get(
"verbose",m_verbose)) m_verbose=1;
Logging * Log
Log class pointer for use in Tools, it can be used to send messages which can have multiple error lev...
Thread_args * CreateThread(std::string ThreadName, void(*func)(std::string))
bool KillThread(Thread_args *&args)
Kill a thread assosiated to args.