![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
This is the complete list of members for logger, including all inherited members.
| eDebug enum value | logger | |
| eError enum value | logger | |
| eFatal enum value | logger | |
| eInfo enum value | logger | |
| ELevel enum name | logger | |
| eProg enum value | logger | |
| eTrace enum value | logger | |
| eWarn enum value | logger | |
| fPrivate | logger | private |
| GetRootLogger() | logger | inlinestatic |
| 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()) | logger | inline |
| LogError(const std::string &message, const Location &loc=Location()) | logger | inline |
| LogFatal(const std::string &message, const Location &loc=Location()) | logger | inline |
| logger(const char *name=0) | logger | |
| logger(const std::string &name) | logger | |
| LogInfo(const std::string &message, const Location &loc=Location()) | logger | inline |
| LogProg(const std::string &message, const Location &loc=Location()) | logger | inline |
| LogTrace(const std::string &message, const Location &loc=Location()) | logger | inline |
| LogWarn(const std::string &message, const Location &loc=Location()) | logger | inline |
| SetColored(bool flag) | logger | static |
| SetErrStream(std::ostream *stream) | logger | static |
| SetGlobalLevel(ELevel level) const | logger | |
| SetLevel(ELevel level) const | logger | |
| SetOutStream(std::ostream *stream) | logger | static |
| ~logger() | logger | virtual |
1.8.13