36 void debug(
const std::string& message);
42 void info(
const std::string& message);
48 void warn(
const std::string& message);
54 void error(
const std::string& message);
void info(const std::string &message)
Log an info message.
void debug(const std::string &message)
Log a debug message.
void setLevel(Level level)
Set the minimum log level (messages below this are ignored).
void error(const std::string &message)
Log an error message.
void warn(const std::string &message)
Log a warning message.
void setOutput(std::ostream &stream)
Set the output stream (default: std::cerr).
Level
Log severity levels.