Skip to content

Releases: n67094/logger-c

Logger-c V2.1.2

15 Oct 15:59
Compare
Choose a tag to compare
  • rename lib folder
  • fix string buffer my not be empty before using it with a strcat

Logger.c V2.1.1

25 Jul 20:01
54f0e29
Compare
Choose a tag to compare

fix: end of string issue

Logger.c V2.1.0

21 Jun 21:10
226ff88
Compare
Choose a tag to compare
  • Now works with C++
  • Configurations is overridable (without modifying lib codes)
  • Serveral improvements

Logger.c v2.0.0

20 Jun 20:04
Compare
Choose a tag to compare

convert the lib to a header only for integration simplicity in a existing project

logger.c v1.0.1

24 Nov 19:37
3f7e159
Compare
Choose a tag to compare

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

15 Nov 19:25
e6e5612
Compare
Choose a tag to compare
Update README.md