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