18 #ifndef _LOG4CXX_PATTERN_PROPERTIES_PATTERN_CONVERTER 19 #define _LOG4CXX_PATTERN_PROPERTIES_PATTERN_CONVERTER 66 static PatternConverterPtr newInstance(
67 const std::vector<LogString>& options);
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
LoggingEventPatternConverter is a base class for pattern converters that can format information from ...
Definition: loggingeventpatternconverter.h:37
virtual void format(const log4cxx::spi::LoggingEventPtr &event, LogString &toAppendTo, log4cxx::helpers::Pool &p) const =0
Formats an event into a string buffer.
Able to handle the contents of the LoggingEvent's Property bundle and either output the entire conten...
Definition: propertiespatternconverter.h:39
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:154
#define DECLARE_LOG4CXX_PATTERN(cls)
Definition: patternconverter.h:31
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66