1 #include "log4cpp/Category.hh"
5 Category *Category::m_category = 0;
7 Category::Category() noexcept
21 return Priority::NOTSET;
26 if (m_category == 0) {
Noop class that mimics class of the same name in log4cpp library.
Streaming of simple types and objects to a category.
static Category & getRoot()
Noop method to get root.
Priority::Value getPriority() const
Returns unused priority.
void setPriority(Priority::Value priority)
Noop method to set priority.
CategoryStream getStream(Priority::Value value)
Returns a stream.
Noop class that mimics the same class in the log4cpp library.
void addAppender(Appender *appender)
Noop method to add an Appender.