Releases: n67094/logger-c
Releases · n67094/logger-c
Logger-c V2.1.2
Logger.c V2.1.1
fix: end of string issue
Logger.c V2.1.0
- Now works with C++
- Configurations is overridable (without modifying lib codes)
- Serveral improvements
Logger.c v2.0.0
convert the lib to a header only for integration simplicity in a existing project
logger.c v1.0.1
Some improvements are made,
LoggerOpenFile() : if the file can't be opened the programme is not stopped anymore.
The date is now part of the file name ex: log-2021-11-24_20:33:45
The date in log message is shortened ex: 2021-11-24 20:33:45 -[ERROR] --- ...
Thanks to the reviewers :)
logger.c v1.0.0
Update README.md