#include <PatternLayout.hh>
Inheritance diagram for log4cpp::PatternLayout:
Public Methods | |
PatternLayout () | |
virtual | ~PatternLayout () |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent in the style set by the setConversionPattern call. | |
bool | setConversionPattern (std::string conversionPattern) |
Sets the format of log lines handled by this PatternLayout. |
|
|
|
|
|
Formats the LoggingEvent in the style set by the setConversionPattern call. By default, set to "mn" Implements log4cpp::Layout. |
|
Sets the format of log lines handled by this PatternLayout.
By default, set to "mn".
|