Log Member List
This is the complete list of members for
Log, including all inherited members.
_level | Log | [private] |
_name | Log | [private] |
_nostream | Log | |
colorCodes | Log | [private, static] |
ColorCodes typedef | Log | |
DEBUG enum value | Log | |
debug(const std::string &message) | Log | [inline] |
defaultLevels | Log | [private, static] |
endColorCode | Log | [private, static] |
ERROR enum value | Log | |
error(const std::string &message) | Log | [inline] |
existingLogs | Log | [private, static] |
formatMessage(int level, const std::string &message) | Log | [protected] |
getColorCode(int level) | Log | [protected, static] |
getLevel() const | Log | [inline] |
getLevelFromName(const std::string &level) | Log | [static] |
getLevelName(int level) | Log | [static] |
getLog(const std::string &name) | Log | [static] |
getName() const | Log | [inline] |
INFO enum value | Log | |
info(const std::string &message) | Log | [inline] |
isActive(int level) const | Log | [inline] |
Level enum name | Log | |
LevelMap typedef | Log | |
log(int level, const std::string &message) | Log | [protected] |
Log(const std::string &name) | Log | [protected] |
Log(const std::string &name, int level) | Log | [protected] |
LogMap typedef | Log | |
operator<<(Log &log, int level) | Log | [friend] |
setLevel(const std::string &name, int level) | Log | [static] |
setLevel(int level) | Log | [inline] |
setLevels(const LevelMap &logLevels) | Log | [static] |
setName(const std::string &name) | Log | [inline] |
setShowLevel(bool showLevel=true) | Log | [inline, static] |
setShowLoggerName(bool showName=true) | Log | [inline, static] |
setShowTimestamp(bool showTime=true) | Log | [inline, static] |
setUseColors(bool useColors=true) | Log | [inline, static] |
showLoggerName | Log | [private, static] |
showLogLevel | Log | [private, static] |
showTimestamp | Log | [private, static] |
trace(const std::string &message) | Log | [inline] |
TRACE enum value | Log | |
useShellColors | Log | [private, static] |
WARN enum value | Log | |
warn(const std::string &message) | Log | [inline] |
WARNING enum value | Log | |