Engauge Digitizer 2
Loading...
Searching...
No Matches
PatternLayout.cpp
Go to the documentation of this file.
3
4using namespace log4cpp;
5using namespace std;
6
11
15
17{
18 string empty;
19 return empty;
20}
21
23{
24 if (conversionPattern == "") {
25 throw ConfigureFailure("Empty reason");
26 }
27
28 m_conversionPattern = conversionPattern;
29}
30
31
const int INNER_RADIUS_MIN
Noop class that mimics the same class in the log4cpp library.
Noop version that mimics the same class in the log4cpp library.
Definition Layout.hh:12
Noop class that mimics the same class in the log4cpp library.
void setConversionPattern(const std::string &conversionPattern)
Noop method for setting the conversion pattern.
virtual std::string format(const LoggingEvent &event)
Noop method for formatting an event.
PatternLayout()
Single constructor.