Searched refs:g_logging_destination (Results 1 – 2 of 2) sorted by relevance
45 LoggingDestination g_logging_destination = LOG_DEFAULT; variable70 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()90 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()169 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()
102 LoggingDestination g_logging_destination = LOG_DEFAULT; variable287 if ((g_logging_destination & LOG_TO_FILE) != 0) { in InitializeLogFileHandle()371 g_logging_destination = settings.logging_dest; in BaseInitLoggingImpl()374 if ((g_logging_destination & LOG_TO_FILE) == 0) in BaseInitLoggingImpl()410 return g_logging_destination != LOG_NONE || log_message_handler || in ShouldCreateLogMessage()542 if ((g_logging_destination & LOG_TO_SYSTEM_DEBUG_LOG) != 0) { in ~LogMessage()699 if ((g_logging_destination & LOG_TO_FILE) != 0) { in ~LogMessage()915 return g_logging_destination & LOG_TO_FILE; in IsLoggingToFileEnabled()