Engauge Digitizer  2
 All Classes Functions Variables Typedefs Enumerations Friends Pages
CategoryStream.cpp
1 #include "log4cpp/Category.hh"
2 #include "log4cpp/CategoryStream.hh"
3 
4 namespace log4cpp {
5 
8  m_category (category)
9  {
10  }
11 
12  CategoryStream::~CategoryStream()
13  {
14  }
15 }
16 
17 
18 
Noop class that mimics class of the same name in log4cpp library.
Definition: Category.hh:14
CategoryStream(Category &category, Priority::Value priority)
Single constructor.
int Value
Priority level.
Definition: Priority.hh:24