Skip to content

Simple C++ Logger 2.0.0

Compare
Choose a tag to compare
@nadrino nadrino released this 21 Apr 21:02
  • Default LOGGER_PREFIX_LEVEL is now PRODUCTION
  • Adding LOGGER_PREFIX_FORMAT in which you can specify the order of the elements that appear in the prefix
  • Now supports properly "\r"
  • Moved the implementation file in a dedicated folder
  • Various speed/memory improvements

Full changes can be find here