add timestamps to log messages
commit35d6e968b3bbc327bf649a5fff5f33a5909e5b84
authorRainer Clasen <bj@zuto.de>
Fri, 12 Oct 2018 07:13:27 +0000 (12 09:13 +0200)
committerRainer Clasen <bj@zuto.de>
Fri, 12 Oct 2018 07:20:23 +0000 (12 09:20 +0200)
treef56ee0253a3507ea553dcf39808769691048ddaf
parent0bc7e374565b27f14a45ff34b289acba9cee752d
add timestamps to log messages

log messages are kind of useless if you have no chance to correlate them
to other events by timestamp.

Timestamp needs to be added before calling Log::write() as it's also
used to print buffered messages by Log::initNormalPhase().
src/Log.cpp
src/Log.h