Scarab  v2.0.1
Project 8 C++ Utility Library
logger Member List

This is the complete list of members for logger, including all inherited members.

eDebug enum valuelogger
eError enum valuelogger
eFatal enum valuelogger
eInfo enum valuelogger
ELevel enum namelogger
eProg enum valuelogger
eTrace enum valuelogger
eWarn enum valuelogger
fPrivateloggerprivate
GetRootLogger()loggerinlinestatic
IsLevelEnabled(ELevel level) const logger
Log(ELevel level, const std::string &message, const Location &loc=Location())logger
LogDebug(const std::string &message, const Location &loc=Location())loggerinline
LogError(const std::string &message, const Location &loc=Location())loggerinline
LogFatal(const std::string &message, const Location &loc=Location())loggerinline
logger(const char *name=0)logger
logger(const std::string &name)logger
LogInfo(const std::string &message, const Location &loc=Location())loggerinline
LogProg(const std::string &message, const Location &loc=Location())loggerinline
LogTrace(const std::string &message, const Location &loc=Location())loggerinline
LogWarn(const std::string &message, const Location &loc=Location())loggerinline
SetColored(bool flag)loggerstatic
SetErrStream(std::ostream *stream)loggerstatic
SetGlobalLevel(ELevel level) const logger
SetLevel(ELevel level) const logger
SetOutStream(std::ostream *stream)loggerstatic
~logger()loggervirtual