Commit Graph

3 Commits

Author SHA1 Message Date
Guillaume Jacquemin 874dd9bd4c Logger: improve thread safety. 2022-04-25 08:24:56 +02:00
Guillaume Jacquemin 8266ce11c8 Logger: improve for GUI display.
The biggest change is that the timestamp is pre-computed, because
calling strftime() 60 times (or more) per second is sure to have a
non-negligible cost.
2022-04-24 16:35:50 +02:00
Guillaume Jacquemin dd6d2491fd Add Logger: a new thread-safe logging system.
Closes #25.
2022-04-24 14:25:47 +02:00