Searched refs:LOG_TO_FILE (Results 1 – 9 of 9) sorted by relevance
224 g_proxy_config.log_destination_ = logging::LOG_TO_FILE; in main()239 g_proxy_config.log_destination_ = logging::LOG_TO_FILE; in main()241 } else if ((g_proxy_config.log_destination_ & logging::LOG_TO_FILE) != 0) { in main()
50 logging::LoggingDestination destination = logging::LOG_TO_FILE; in main()
125 const logging::LoggingDestination kDefaultLoggingMode = logging::LOG_TO_FILE; in DetermineLogMode()269 if ((logging_dest & LOG_TO_FILE) != 0) { in InitChromeLogging()
90 settings.logging_dest = logging::LOG_TO_FILE; in InitInstallerLogging()
307 if ((logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()382 if ((logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()597 if ((logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()
151 LOG_TO_FILE = 1 << 0, enumerator154 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,160 LOG_DEFAULT = LOG_TO_FILE,
65 settings.logging_dest = logging::LOG_TO_FILE; in ConsoleLogHelper()
62 settings.logging_dest = logging::LOG_TO_FILE; in Initialize()
46 logging::LOG_TO_SYSTEM_DEBUG_LOG : logging::LOG_TO_FILE; in InitLoggingForDaemon()