Engauge Digitizer  2
Public Member Functions | Static Public Member Functions | List of all members
log4cpp::Category Class Reference

Noop class that mimics class of the same name in log4cpp library. More...

#include <Category.hh>

Public Member Functions

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 CategorygetRoot ()
 Noop method to get root.
 

Detailed Description

Noop class that mimics class of the same name in log4cpp library.

Definition at line 14 of file Category.hh.


The documentation for this class was generated from the following files: