Engauge Digitizer 2
|
Noop class that mimics class of the same name in log4cpp library. More...
#include <Category.hh>
Public Member Functions | |
Category () | |
virtual | ~Category () |
void | addAppender (Appender *appender) |
Noop method to add an Appender. | |
Priority::Value | getPriority () const |
Returns unused priority. | |
CategoryStream | getStream (Priority::Value value) |
Returns a stream. | |
CategoryStream | nullStream () |
Stream that never gets used, as seen by inspection of convenience.h. | |
void | setPriority (Priority::Value priority) |
Noop method to set priority. | |
Static Public Member Functions | |
static Category & | getRoot () |
Noop method to get root. | |
Noop class that mimics class of the same name in log4cpp library.
Definition at line 14 of file Category.hh.
log4cpp::Category::Category | ( | ) |
Definition at line 7 of file Category.cpp.
|
virtual |
Definition at line 11 of file Category.cpp.
Priority::Value log4cpp::Category::getPriority | ( | ) | const |
Returns unused priority.
Definition at line 19 of file Category.cpp.
|
static |
Noop method to get root.
Definition at line 24 of file Category.cpp.
CategoryStream log4cpp::Category::getStream | ( | Priority::Value | value | ) |
Returns a stream.
Definition at line 33 of file Category.cpp.
|
inline |
Stream that never gets used, as seen by inspection of convenience.h.
Definition at line 33 of file Category.hh.
void log4cpp::Category::setPriority | ( | Priority::Value | priority | ) |