WPID Library 5
Loading...
Searching...
No Matches
Public Member Functions | List of all members
wpid::LOG Class Reference

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 >
LOGoperator<< (const T &msg)
 
void setBaseLevel (logType type)
 

Detailed Description

A simple logger class that can be used to log messages to the console. Contains 3 different logging levels, DEBUG, INFO, and WARN.


The documentation for this class was generated from the following file: