@@ -1,9 +1,11 @@
#include "Log.h"
#include <boost/date_time/posix_time/posix_time.hpp>
Log * g_Log = nullptr;
void LogMsg::Process()
{
output << boost::posix_time::second_clock::local_time() << " - ";
output << s.str();
}
The note is not visible to the blocked user.