4 #include "log4cpp/Appender.hh" 5 #include "log4cpp/CategoryStream.hh" 6 #include "log4cpp/convenience.h" 7 #include "log4cpp/Priority.hh" Noop class that mimics class of the same name in log4cpp library.
Priority::Value getPriority() const
Returns unused priority.
Streaming of simple types and objects to a category.
static Category & getRoot()
Noop method to get root.
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.
CategoryStream nullStream()
Stream that never gets used, as seen by inspection of convenience.h.
void addAppender(Appender *appender)
Noop method to add an Appender.