Home
last modified time | relevance | path

Searched refs:logging_dest (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/
Dsyslog_logging.cc92 settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; in InitLog()
/external/libchrome/base/
Dlogging.cc350 : logging_dest(LOG_DEFAULT), in LoggingSettings()
358 CHECK_EQ(settings.logging_dest & ~LOG_TO_SYSTEM_DEBUG_LOG, 0); in BaseInitLoggingImpl()
379 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()
Dlogging_unittest.cc164 settings.logging_dest = LOG_NONE; in TEST_F()
Dlogging.h221 LoggingDestination logging_dest; member