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);
344 LoggingEventPatternConverterList patternConverters;
349 FormattingInfoList patternFields;
373 void setConversionPattern(
const LogString& conversionPattern);
380 return conversionPattern;
414 #if defined(_MSC_VER) 415 #pragma warning ( pop ) 418 #endif //_LOG4CXX_PATTERN_LAYOUT_H std::shared_ptr< FormattingInfo > FormattingInfoPtr
Definition: formattinginfo.h:31
#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
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:378
#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:395
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:154
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
A flexible layout configurable with pattern string.
Definition: patternlayout.h:334
std::map< LogString, PatternConstructor > PatternMap
Definition: patternparser.h:41
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66