Releases: SeppahBaws/logtools
Releases · SeppahBaws/logtools
logtools v1.2
Features:
- Logging to file
logtools v1.1.2
Bugfixes:
- Fixed Hour gets logged instead of the day (#20)
logtools v1.1.1
Bugfixes:
- localtime is unsafe, consider using localtime_s (#11)
logtools v1.1.0
Features:
- Message formatting in the style of
std::printf()
(#4) - More log levels (#5)
- An option to set a minimum log level. Messages under that log level won't get displayed (#9)
- Timestamps! (disabled by default, you can choose to enable date and/or time) (#8)
Breaking changes:
- Removed
Logger::Log(LogLevel, message)
for consistency of the api.
logtools v1.0.1
logtools v1.0.0
Features:
- Simple color-coded logging
- Cross-platform with Windows and Linux support