Home
last modified time | relevance | path

Searched refs:LOG_SET_RUN_MODE (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h80 LOG_SET_RUN_MODE = 'Rnmd', enumerator
H A DLogWriter.cpp48 case LOG_SET_RUN_MODE : s = "LOG_SET_RUN_MODE"; break; in log_what_to_string()
179 mFilters.insert(LOG_SET_RUN_MODE); in DisableAllMessages()
H A DLoggingConsumer.cpp191 mLogger->Log(LOG_SET_RUN_MODE, logMsg); in SetRunMode()