Searched refs:g_logging_destination (Results 1 – 2 of 2) sorted by relevance
129 LoggingDestination g_logging_destination = LOG_DEFAULT; variable318 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()429 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()432 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()468 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()610 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()799 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()1046 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()
52 g_logging_destination = settings.logging_dest;