mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Add option logclftime=true for writing full date and time to logs
This commit is contained in:
parent
05c2adeefd
commit
d500fe66fd
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue