Skip to content

Releases: sgrottel/simplelog

v3.0

26 Jan 18:14
3dc5fea
Compare
Choose a tag to compare

What's Changed

Breaking change: not compatible with previous version!

Refreshed interfaces with new log levels and function signatures

Full Changelog: v2.3.1...v3.0

v2.2.0-Cpp Path of Current Log File

01 Jun 06:36
fac2659
Compare
Choose a tag to compare
  • New function: std::filesystem::path SimpleLog::GetFilePath() const, which returns the full path to the log file which is currently being written by this log instance.
  • Fix: adjustments to windows system file includes

v2.3.2 & v2.0.0 Multi-Process Support

10 Jun 11:52
d0e4cab
Compare
Choose a tag to compare
  • Supports multiple processes at the same time writing logs for the same configuration
  • First implementation of C++ header-only library variant
  • C++ and CSharp are compatible