reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

chore(sys): change date time formatting for stdlog #181

Closed Shivix closed 2 years ago

Shivix commented 2 years ago

Changes the formatting for date and time for stdlog to be consistent with Go logging, this also increases the accuracy of the time to microseconds.

SDB-3132