Searched refs:log_what (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h75 enum log_what enum
139 // Set: output for the log_what members is disabled
140 typedef std::set<log_what> FilterSet;
147 void Log(log_what what, const log_message& data);
150 void SetEnabled(log_what what, bool enable);
163 void HandleMessage(log_what what, const log_message& msg);
H A DLogWriter.cpp42 static const char* log_what_to_string(log_what code)
44 const char* s = "Unknown log_what code!";
111 obj->HandleMessage((log_what) what, msg);
150 LogWriter::Log(log_what what, const log_message& data)
158 // Enable or disable a particular log_what code's output
160 LogWriter::SetEnabled(log_what what, bool enable)
227 LogWriter::HandleMessage(log_what what, const log_message& msg)
H A DLoggingConsumer.h68 void SetEnabled(log_what what, bool enable);
H A DLoggingConsumer.cpp151 LoggingConsumer::SetEnabled(log_what what, bool enable)

Completed in 92 milliseconds