Add option logclftime=true for writing full date and time to logs

This commit is contained in:
Darknet Villain 2017-09-18 18:49:03 -04:00
parent 05c2adeefd
commit d500fe66fd
3 changed files with 7 additions and 2 deletions

View file

@ -58,6 +58,7 @@ namespace log {
char m_LastDateTime[64];
i2p::util::Queue<std::shared_ptr<LogMsg> > m_Queue;
bool m_HasColors;
std::string m_TimeFormat;
volatile bool m_IsRunning;
std::thread * m_Thread;