18 #ifndef _LOG4CXX_PATTERN_LAYOUT_H 19 #define _LOG4CXX_PATTERN_LAYOUT_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 33 LOG4CXX_LIST_DEF(LoggingEventPatternConverterList, log4cxx::pattern::LoggingEventPatternConverterPtr);
373 LoggingEventPatternConverterList patternConverters;
378 FormattingInfoList patternFields;
402 void setConversionPattern(
const LogString& conversionPattern);
409 return conversionPattern;
443 #if defined(_MSC_VER) 444 #pragma warning ( pop ) 447 #endif //_LOG4CXX_PATTERN_LAYOUT_H std::shared_ptr< FormattingInfo > FormattingInfoPtr
Definition: formattinginfo.h:31
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141
Extend this abstract class to create your own log layout format.
Definition: layout.h:37
LOG4CXX_PTR_DEF(Appender)
LogString getConversionPattern() const
Returns the value of the ConversionPattern option.
Definition: patternlayout.h:407
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:39
virtual bool ignoresThrowable() const
The PatternLayout does not handle the throwable contained within LoggingEvents.
Definition: patternlayout.h:424
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:159
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
A flexible layout configurable with pattern string.
Definition: patternlayout.h:363
std::map< LogString, PatternConstructor > PatternMap
Definition: patternparser.h:41
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66