Static Public Member Functions | |
static Settings & | get () |
static void | reset () |
static Settings * | saveAndReset () |
static void | restore (Settings *) |
Public Attributes | |
bool | printLocation |
LLError::ELevel | defaultLevel |
LevelMap | functionLevelMap |
LevelMap | classLevelMap |
LevelMap | fileLevelMap |
LLError::FatalFunction | crashFunction |
LLError::TimeFunction | timeFunction |
Recorders | recorders |
Recorder * | fileRecorder |
Recorder * | fixedBufferRecorder |
std::string | fileRecorderFileName |
int | shouldLogCallCounter |
Private Member Functions | |
Settings () | |
~Settings () | |
Static Private Member Functions | |
static Settings *& | getPtr () |
Definition at line 360 of file llerror.cpp.
LLError::Settings::Settings | ( | ) | [inline, private] |
LLError::Settings::~Settings | ( | ) | [inline, private] |
Settings & LLError::Settings::get | ( | ) | [static] |
Definition at line 407 of file llerror.cpp.
References getPtr(), p, and reset().
Referenced by LLError::addRecorder(), LLError::configure(), LLError::Log::flush(), LLError::logFileName(), LLError::logToFile(), LLError::logToFixedBuffer(), LLError::removeRecorder(), LLError::setClassLevel(), LLError::setDefaultLevel(), LLError::setFatalFunction(), LLError::setFileLevel(), LLError::setFunctionLevel(), LLError::setPrintLocation(), LLError::setTimeFunction(), LLError::Log::shouldLog(), LLError::shouldLogCallCount(), and writeToRecorders().
Settings *& LLError::Settings::getPtr | ( | ) | [static, private] |
Definition at line 446 of file llerror.cpp.
References NULL.
Referenced by get(), reset(), restore(), and saveAndReset().
void LLError::Settings::reset | ( | ) | [static] |
Definition at line 418 of file llerror.cpp.
References getPtr(), p, and Settings().
Referenced by commonInit(), and get().
Settings * LLError::Settings::saveAndReset | ( | ) | [static] |
Definition at line 427 of file llerror.cpp.
References getPtr(), p, and Settings().
Referenced by LLError::saveAndResetSettings().
Definition at line 368 of file llerror.cpp.
Definition at line 371 of file llerror.cpp.
Definition at line 365 of file llerror.cpp.
Definition at line 369 of file llerror.cpp.
Definition at line 375 of file llerror.cpp.
std::string LLError::Settings::fileRecorderFileName |
Definition at line 377 of file llerror.cpp.
Definition at line 376 of file llerror.cpp.
Definition at line 367 of file llerror.cpp.
Definition at line 363 of file llerror.cpp.
Definition at line 379 of file llerror.cpp.
Definition at line 372 of file llerror.cpp.