Skip to content

Simple C++ Logger 3.0.0

Compare
Choose a tag to compare
@nadrino nadrino released this 30 Apr 13:11
  • Adding LoggerInit that runs a lambda before main. This helps setup parameter pre runtime
  • Adding LogScopeIndent that indent log printouts within a given scope
  • Adding LogIf macros
  • Adding LogOnce macros
  • Adding LogThrowIf, LogContinueIf
  • Loads of fixes & optimisations

Full changes can be find here