Lines Matching refs:logging
31 #include <base/logging.h>
136 logging::LoggingSettings log_settings;
137 log_settings.lock_log = logging::DONT_LOCK_LOG_FILE;
138 log_settings.logging_dest = static_cast<logging::LoggingDestination>(
139 (log_to_system ? logging::LOG_TO_SYSTEM_DEBUG_LOG : 0) |
140 (log_to_file ? logging::LOG_TO_FILE : 0));
146 log_settings.delete_old = logging::APPEND_TO_OLD_LOG_FILE;
149 logging::InitLogging(log_settings);
171 // We have two logging flags "--logtostderr" and "--logtofile"; and the logic
172 // to choose the logging destination is: