, including all inherited members.
_appender | Category | [private] |
_appenderSetMutex | Category | [mutable, private] |
_DebugEnabled | Category | [private] |
_InfoEnabled | Category | [private] |
_isAdditive | Category | [private] |
_logUnconditionally(Priority::Value priority, const char *format, va_list arguments) | Category | [protected, virtual] |
_logUnconditionally2(Priority::Value priority, const std::string &message) | Category | [protected, virtual] |
_name | Category | [private] |
_ownsAppender | Category | [private] |
_parent | Category | [private] |
_priority | Category | [private] |
_ValidDebugEnabledCache | Category | [private] |
_ValidInfoEnabledCache | Category | [private] |
_ValidWarnEnabledCache | Category | [private] |
_WarnEnabled | Category | [private] |
addAppender(Appender *appender) | Category | [virtual] |
addAppender(Appender &appender) | Category | [virtual] |
alert(const char *stringFormat,...) | Category | |
alert(const std::string &message) | Category | |
alertStream() | Category | [inline] |
callAppenders(const LoggingEvent &event) | Category | [virtual] |
Category(const std::string &name, Category *parent, Priority::Value priority=Priority::NOTSET) | Category | [protected] |
Category(const Category &other) | Category | [private] |
crit(const char *stringFormat,...) | Category | |
crit(const std::string &message) | Category | |
critStream() | Category | [inline] |
debug(const char *stringFormat,...) | Category | |
debug(const std::string &message) | Category | |
debugStream() | Category | [inline] |
emerg(const char *stringFormat,...) | Category | |
emerg(const std::string &message) | Category | |
emergStream() | Category | [inline] |
error(const char *stringFormat,...) | Category | |
error(const std::string &message) | Category | |
errorStream() | Category | [inline] |
exists(const std::string &name) | Category | [static] |
fatal(const char *stringFormat,...) | Category | |
fatal(const std::string &message) | Category | |
fatalStream() | Category | [inline] |
getAdditivity() const | Category | [virtual] |
getAllAppenders() const | Category | [virtual] |
getAppender() const | Category | [virtual] |
getAppender(const std::string &name) const | Category | [virtual] |
getChainedPriority() const | Category | [virtual] |
getCurrentCategories() | Category | [static] |
getInstance(const std::string &name) | Category | [static] |
getName() const | Category | [virtual] |
getParent() | Category | [virtual] |
getParent() const | Category | [virtual] |
getPriority() const | Category | [virtual] |
getRoot() | Category | [static] |
getRootPriority() | Category | [static] |
getStream(Priority::Value priority) | Category | [virtual] |
HierarchyMaintainer class | Category | [friend] |
info(const char *stringFormat,...) | Category | |
info(const std::string &message) | Category | |
info_pop(const char *stringFormat,...) | Category | |
info_push(const char *stringFormat,...) | Category | |
infoStream() | Category | [inline] |
InvalidateEnabledCache(bool InvalidateAll=true) | Category | [private] |
isAlertEnabled() const | Category | [inline] |
isCritEnabled() const | Category | [inline] |
isDebugEnabled() | Category | [inline] |
isEmergEnabled() const | Category | [inline] |
isErrorEnabled() const | Category | [inline] |
isFatalEnabled() const | Category | [inline] |
isInfoEnabled() | Category | [inline] |
isNoticeEnabled() const | Category | [inline] |
isPriorityEnabled(Priority::Value priority) const | Category | [virtual] |
isWarnEnabled() | Category | [inline] |
log(Priority::Value priority, const char *stringFormat,...) | Category | [virtual] |
log(Priority::Value priority, const std::string &message) | Category | [virtual] |
logva(Priority::Value priority, const char *stringFormat, va_list va) | Category | [virtual] |
notice(const char *stringFormat,...) | Category | |
notice(const std::string &message) | Category | |
noticeStream() | Category | [inline] |
operator<<(Priority::Value priority) | Category | [virtual] |
operator=(const Category &other) | Category | [private] |
ownsAppender() const | Category | [inline, virtual] |
ownsAppender(Appender *appender) const | Category | [virtual] |
ownsAppender(Appender *appender, OwnsAppenderMap::iterator &i2) | Category | [private, virtual] |
OwnsAppenderMap typedef | Category | [private] |
removeAllAppenders() | Category | [virtual] |
removeAppender(Appender *appender) | Category | [virtual] |
setAdditivity(bool additivity) | Category | [virtual] |
setAppender(Appender *appender) | Category | [inline] |
setAppender(Appender &appender) | Category | [inline] |
setPriority(Priority::Value priority) | Category | [virtual] |
setRootPriority(Priority::Value priority) | Category | [static] |
shutdown() | Category | [static] |
warn(const char *stringFormat,...) | Category | |
warn(const std::string &message) | Category | |
warnStream() | Category | [inline] |
~Category() | Category | [virtual] |