#include <llerror.h>
Static Public Member Functions | |
static bool | shouldLog (CallSite &) |
static std::ostringstream * | out () |
static void | flush (std::ostringstream *, const CallSite &) |
Definition at line 132 of file llerror.h.
Definition at line 918 of file llerror.cpp.
References LLError::abbreviateFile(), className(), functionName(), g, LLError::Settings::get(), LLError::LEVEL_DEBUG, LLError::LEVEL_ERROR, LLError::LEVEL_INFO, LLError::LEVEL_WARN, LLError::CallSite::mClassInfo, LLError::CallSite::mFile, LLError::CallSite::mFunction, LLError::CallSite::mLevel, LLError::CallSite::mLine, s, and writeToRecorders().
std::ostringstream * LLError::Log::out | ( | ) | [static] |
bool LLError::Log::shouldLog | ( | CallSite & | ) | [static] |
Definition at line 869 of file llerror.cpp.
References LLError::abbreviateFile(), checkLevelMap(), className(), functionName(), g, LLError::Settings::get(), LLError::CallSite::mCached, LLError::CallSite::mClassInfo, LLError::CallSite::mFile, LLError::CallSite::mFunction, LLError::CallSite::mLevel, LLError::CallSite::mShouldLog, and s.
Referenced by LLError::CallSite::shouldLog().