Releases: sgrottel/simplelog
Releases · sgrottel/simplelog
v3.0
v2.2.0-Cpp Path of Current Log File
- 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
- 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