18#ifndef LOG4CXX_THREAD_USERNAME_PATTERN_CONVERTER_H
19#define LOG4CXX_THREAD_USERNAME_PATTERN_CONVERTER_H
42 static PatternConverterPtr newInstance(
45 void format(const spi::LoggingEventPtr& event,
47 log4cxx::helpers::Pool& p) const override;
LoggingEventPatternConverter is a base class for pattern converters that can format information from ...
Definition loggingeventpatternconverter.h:38
Definition threadusernamepatternconverter.h:31
Definition configuration.h:25
std::basic_string< logchar > LogString
Definition logstring.h:60
std::shared_ptr< Ret > cast(const std::shared_ptr< Type > &incoming)
Attempt to cast one Object to another kind of Object.
Definition object.h:126
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:157
#define END_LOG4CXX_CAST_MAP()
Definition object.h:151
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:163
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:145
#define DECLARE_LOG4CXX_PATTERN(cls)
Definition patternconverter.h:26