Definition at line 143 of file LogSystem.h. References Impala::Logger::Configure(), gExitOnErrorLogged, gLog4CppFlushOutput, Impala::LogSystem::LogSystemConfig::mDebug, Impala::LogSystem::LogSystemConfig::mExitOnError, Impala::LogSystem::LogSystemConfig::mLogFile, Impala::LogSystem::LogSystemConfig::mLogFlushOutput, and Impala::LogSystem::LogSystemConfig::mLogLevel. Referenced by Impala::CmdOptions::ConfigureLogSystem(). 00144 { 00145 Logger::Configure(config.mLogLevel, config.mLogFile, config.mDebug); 00146 gExitOnErrorLogged = config.mExitOnError; 00147 gLog4CppFlushOutput = config.mLogFlushOutput; 00148 }
Here is the call graph for this function:
|