19 virtual void log()
const = 0;
30 virtual const std::string& getMsg()
const = 0;
31 virtual errLv::level getLv()
const = 0;
Interface for objects that can dump their state
Definition dumpable.hpp:13
Interface for objects that can report errors
Definition errorable.hpp:14
void dbgLog() const
Log error in debug mode only
virtual void log() const =0
Log error message
virtual void logStack() const =0
Log error with stack trace
const std::string & getLevelName() const
Get human-readable error level name