Engauge Digitizer  2
CategoryStream.cpp
Go to the documentation of this file.
1 #include "log4cpp/Category.hh"
3 
4 namespace log4cpp {
5 
8  m_category (category)
9  {
10  }
11 
13  {
14  }
15 }
16 
17 
18 
log4cpp::Priority::Value
int Value
Priority level.
Definition: Priority.hh:24
log4cpp
Definition: Appender.hh:4
CategoryStream.hh
log4cpp::CategoryStream::CategoryStream
CategoryStream(Category &category, Priority::Value priority)
Single constructor.
Definition: CategoryStream.cpp:6
log4cpp::CategoryStream::~CategoryStream
virtual ~CategoryStream()
Definition: CategoryStream.cpp:12
log4cpp::Category
Noop class that mimics class of the same name in log4cpp library.
Definition: Category.hh:14
Category.hh