Start/Stop the logging system More...
#include <kdriveLogger.h>
Public Types | |
enum class | Level { None = 0 , Fatal , Critical , Error , Warning , Notice , Information , Debug , Trace } |
Start/Stop the logging system
If you start the logger you must stop it (i.e. on close, or app end) to release the logging resources. If you don't stop the logger your application may crash on exit
If you start the logger the output will appear on the console. For non-console (i.e. gui) applications this is the output window of the visual studio debugger