Log timestamp added

This commit is contained in:
Nekotekina 2017-02-22 12:52:03 +03:00
parent 47fdaf6902
commit f08579d201
3 changed files with 53 additions and 6 deletions

View file

@ -46,7 +46,7 @@ struct gui_listener : logs::listener
delete read;
}
void log(const logs::message& msg, const std::string& prefix, const std::string& text)
void log(u64 stamp, const logs::message& msg, const std::string& prefix, const std::string& text)
{
if (msg.sev <= enabled)
{