Searched refs:LOG_TO_FILE (Results 1 – 4 of 4) sorted by relevance
318 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()432 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()799 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()1046 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()
159 LOG_TO_FILE = 1 << 0, enumerator162 LOG_TO_ALL = LOG_TO_FILE | LOG_TO_SYSTEM_DEBUG_LOG,168 LOG_DEFAULT = LOG_TO_FILE,
31 logging_settings.logging_dest = logging::LOG_TO_FILE; in main()