Home | History | Annotate | Download | only in base

Lines Matching refs:logging_destination

74 // The default set here for logging_destination will only be used if
79 LoggingDestination logging_destination = LOG_ONLY_TO_FILE;
81 LoggingDestination logging_destination = LOG_ONLY_TO_SYSTEM_DEBUG_LOG;
325 if (logging_destination == LOG_ONLY_TO_FILE ||
326 logging_destination == LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG) {
388 logging_destination = logging_dest;
391 if (logging_destination == LOG_NONE ||
392 logging_destination == LOG_ONLY_TO_SYSTEM_DEBUG_LOG)
576 if (logging_destination == LOG_ONLY_TO_SYSTEM_DEBUG_LOG ||
577 logging_destination == LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG) {
600 if (logging_destination != LOG_NONE &&
601 logging_destination != LOG_ONLY_TO_SYSTEM_DEBUG_LOG) {