Simple C++ Logger 3.0.0
- Adding
LoggerInit
that runs a lambda beforemain
. 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