|
Engauge Digitizer
2
|
Noop class that mimics the same class in the log4cpp library. More...
#include <PatternLayout.hh>


Public Member Functions | |
| PatternLayout () | |
| Single constructor. More... | |
| virtual | ~PatternLayout () |
| virtual std::string | format (const LoggingEvent &event) |
| Noop method for formatting an event. More... | |
| void | setConversionPattern (const std::string &conversionPattern) |
| Noop method for setting the conversion pattern. More... | |
Public Member Functions inherited from log4cpp::Layout | |
| Layout () | |
| Single constructor. More... | |
| virtual | ~Layout () |
Noop class that mimics the same class in the log4cpp library.
Definition at line 13 of file PatternLayout.hh.
| PatternLayout::PatternLayout | ( | ) |
Single constructor.
Definition at line 7 of file PatternLayout.cpp.
|
virtual |
Definition at line 12 of file PatternLayout.cpp.
|
virtual |
Noop method for formatting an event.
Implements log4cpp::Layout.
Definition at line 16 of file PatternLayout.cpp.
| void PatternLayout::setConversionPattern | ( | const std::string & | conversionPattern | ) |
Noop method for setting the conversion pattern.
This used to throw ConfigureFailure but newer compilers do not like explicit throws
Definition at line 22 of file PatternLayout.cpp.
1.8.14