Browse Source

print time without date

pull/93/head
orignal 10 years ago
parent
commit
a25fe85b4d
  1. 2
      Log.cpp

2
Log.cpp

@ -5,7 +5,7 @@ Log * g_Log = nullptr; @@ -5,7 +5,7 @@ Log * g_Log = nullptr;
void LogMsg::Process()
{
output << boost::posix_time::second_clock::local_time() << " - ";
output << boost::posix_time::second_clock::local_time().time_of_day () << " - ";
output << s.str();
}

Loading…
Cancel
Save