Skip to content

Releases: SeppahBaws/logtools

logtools v1.2

04 Jul 15:46
4cf210f
Compare
Choose a tag to compare

Features:

  • Logging to file

logtools v1.1.2

27 May 15:28
ce248f7
Compare
Choose a tag to compare

Bugfixes:

  • Fixed Hour gets logged instead of the day (#20)

logtools v1.1.1

30 Jul 13:45
fbe4b4b
Compare
Choose a tag to compare

Bugfixes:

  • localtime is unsafe, consider using localtime_s (#11)

logtools v1.1.0

24 Jul 22:45
377f392
Compare
Choose a tag to compare

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

20 Jul 22:03
cf6ce8e
Compare
Choose a tag to compare

changelog:

  • small bugfix so it compiles on warning level 4 with warnings selected as errors (#3)
  • fixed build in g++ (#3)

logtools v1.0.0

01 Feb 21:32
Compare
Choose a tag to compare

Features:

  • Simple color-coded logging
  • Cross-platform with Windows and Linux support