18#ifndef _LOG4CXX_PATTERN_LINE_LOCATION_PATTERN_CONVERTER
19#define _LOG4CXX_PATTERN_LINE_LOCATION_PATTERN_CONVERTER
52 static PatternConverterPtr newInstance(
57 void format(const spi::LoggingEventPtr& event,
59 helpers::Pool& p) const override;
Format the event's line location information.
Definition: linelocationpatternconverter.h:37
LoggingEventPatternConverter is a base class for pattern converters that can format information from ...
Definition: loggingeventpatternconverter.h:38
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
#define LOG4CXX_NS
Definition: log4cxx.h:104
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146
#define DECLARE_LOG4CXX_PATTERN(cls)
Definition: patternconverter.h:26