log_what
obj->HandleMessage((log_what) what, msg);
LogWriter::Log(log_what what, const log_message& data)
LogWriter::SetEnabled(log_what what, bool enable)
LogWriter::HandleMessage(log_what what, const log_message& msg)
static const char* log_what_to_string(log_what code)
typedef std::set<log_what> FilterSet;
void Log(log_what what, const log_message& data);
void SetEnabled(log_what what, bool enable);
void HandleMessage(log_what what, const log_message& msg);
LoggingConsumer::SetEnabled(log_what what, bool enable)
void SetEnabled(log_what what, bool enable);