18 m_ss(stringstream::in | stringstream::out)
std::stringstream & log(int level=1)
append the text to the stream. On each object destruction, the text will be written in the log ...
~WsLogger()
destructor writes the text to the file
void write(const int &level, const std::string &message)
writes the message to the log file
static WsLogWriter * instance()
returns the instance of the WsLogWriter class. If no instance is existing, a new instance will be ret...