#include <PassThroughLayout.hh>
Public Member Functions | |
virtual std::string | format (const LoggingEvent &event) |
virtual std::string | format (const LoggingEvent &event) |
Definition at line 8 of file include/log4cpp/PassThroughLayout.hh.
virtual std::string log4cpp::PassThroughLayout::format | ( | const LoggingEvent & | event | ) | [inline, virtual] |
Formats the LoggingEvent data to a string that appenders can log. Implement this method to create your own layout format.
event | The LoggingEvent. |
Implements log4cpp::Layout.
Definition at line 11 of file install/include/log4cpp/PassThroughLayout.hh.
virtual std::string log4cpp::PassThroughLayout::format | ( | const LoggingEvent & | event | ) | [inline, virtual] |
Formats the LoggingEvent data to a string that appenders can log. Implement this method to create your own layout format.
event | The LoggingEvent. |
Implements log4cpp::Layout.
Definition at line 11 of file include/log4cpp/PassThroughLayout.hh.