1 #include "log4cpp/LoggingEvent.hh"
2 #include "log4cpp/PatternLayout.hh"
4 using namespace log4cpp;
12 PatternLayout::~PatternLayout()
24 if (conversionPattern ==
"") {
28 m_conversionPattern = conversionPattern;
void setConversionPattern(const std::string &conversionPattern)
Noop method for setting the conversion pattern.
Noop class that mimics the same class in the log4cpp library.
Noop version that mimics the same class in the log4cpp library.
virtual std::string format(const LoggingEvent &event)
Noop method for formatting an event.
PatternLayout()
Single constructor.