26 std::string _levelName ;
32 virtual std::string operator()() =0 ;
34 void setLevelName(
const std::string& lName) { _levelName = lName ; }
46 virtual std::string operator()() {
47 std::stringstream ss ;
48 ss <<
"[ " << this->_levelName <<
" \"" << this->_name <<
"\"] " ;
Definition: logscope.h:23
Namespace of method for logging messages based on streamlog.
Definition: baselevels.h:20
Definition: logstream.h:52