Skip to content

Simple C++ Logger v1.0.1

Compare
Choose a tag to compare
@nadrino nadrino released this 31 Aug 11:58

Adding a prefix getter that take a constructor in argument. To return the logger prefix for a given line/file you can call for example getPrefixString(LogWarning). This is usefull if you want to pass the prefix to an external function which uses manual printouts.