Engauge Digitizer 2
|
Noop version that mimics the same class in the log4cpp library. More...
#include <Layout.hh>
Public Member Functions | |
Layout () | |
Single constructor. | |
virtual | ~Layout () |
virtual std::string | format (const LoggingEvent &event)=0 |
Noop method that would format an event. |
Noop version that mimics the same class in the log4cpp library.
log4cpp::Layout::Layout | ( | ) |
|
virtual |
Definition at line 9 of file Layout.cpp.
|
pure virtual |
Noop method that would format an event.
Implemented in log4cpp::PatternLayout.