|
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. More... | |
| Priority::Value | getPriority () const |
| Returns unused priority. More... | |
| CategoryStream | getStream (Priority::Value value) |
| Returns a stream. More... | |
| CategoryStream | nullStream () |
| Stream that never gets used, as seen by inspection of convenience.h. More... | |
| void | setPriority (Priority::Value priority) |
| Noop method to set priority. More... | |
Static Public Member Functions | |
| static Category & | getRoot () |
| Noop method to get root. More... | |
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.
| void log4cpp::Category::addAppender | ( | Appender * | appender | ) |
| Priority::Value log4cpp::Category::getPriority | ( | ) | const |
Returns unused priority.
Definition at line 19 of file Category.cpp.
|
static |
| CategoryStream log4cpp::Category::getStream | ( | Priority::Value | value | ) |
|
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 | ) |
1.8.14