Simple C++ Logger v1.0.1
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.