Scarab  v3.9.1
Project 8 C++ Utility Library
logger Member List

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

ELevel enum namelogger
fPrivateloggerprivate
GetGlobalLevel()loggerstatic
GetLevel() constlogger
GetRootLogger()loggerinlinestatic
IsLevelEnabled(ELevel level) constlogger
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)loggerstatic
SetLevel(ELevel level) constlogger
SetOutStream(std::ostream *stream)loggerstatic
UseGlobalLevel() constlogger
~logger()loggervirtual