ReFRACtor
|
This is a class that holds the level we are logging. More...
#include <logger.h>
Public Member Functions | |
LogHelper (LogImp::log_level l, boost::shared_ptr< LogImp > &imp) | |
template<class T > | |
LogHelper & | operator<< (T v) |
This is a class that holds the level we are logging.
It allows for things like Logger::debug() << "The answer is " << 5 << "\n".
|
inline |
|
inline |