|
WPID Library 5
|
A simple logger class that can be used to log messages to the console. Contains 3 different logging levels, DEBUG, INFO, and WARN. More...
#include <Logger.h>
Public Member Functions | |
| LOG (logType type) | |
| template<class T > | |
| LOG & | operator<< (const T &msg) |
| void | setBaseLevel (logType type) |
A simple logger class that can be used to log messages to the console. Contains 3 different logging levels, DEBUG, INFO, and WARN.