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