Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h81 LOG_PREROLL = 'Prll', enumerator
H A DLogWriter.cpp49 case LOG_PREROLL : s = "LOG_PREROLL"; break; in log_what_to_string()
180 mFilters.insert(LOG_PREROLL); in DisableAllMessages()
H A DLoggingConsumer.cpp201 mLogger->Log(LOG_PREROLL, logMsg); in Preroll()