4 #include <sigc++/signal.h>
26 extern sigc::signal<void, LogLevel, const std::string&>
Logged;
36 #include "LogStream.h"
void setLogLevel(LogLevel lvl)
const LogLevel DEFAULT_LOG
the default logging level for a new connection
sigc::signal< void, LogLevel, const std::string & > Logged
@ LOG_VERBOSE
lots of information, about every received operation, for example
@ LOG_DEBUG
excessive amounts of stuff
@ LOG_WARNING
something is amiss, but probably okay to continue
@ LOG_NOTICE
general information
@ LOG_ERROR
serious failure indications