18#ifndef _LOG4CXX_PATTERN_CLASSNAME_PATTERN_CONVERTER_H
19#define _LOG4CXX_PATTERN_CLASSNAME_PATTERN_CONVERTER_H
55 static PatternConverterPtr newInstance(
60 void format(const spi::LoggingEventPtr& event,
62 helpers::Pool& p) const override;
Formats the class name of the site of the logging request.
Definition: classnamepatternconverter.h:37
ClassNamePatternConverter(const std::vector< LogString > &options)
Base class for other pattern converters which can return only parts of their name.
Definition: namepatternconverter.h:37
#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