18#ifndef _LOG4CXX_PATTERN_LAYOUT_H
19#define _LOG4CXX_PATTERN_LAYOUT_H
28LOG4CXX_LIST_DEF(LoggingEventPatternConverterList, LOG4CXX_NS::pattern::LoggingEventPatternConverterPtr);
448 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(PatternLayoutPrivate, m_priv)
536 pattern::PatternConverterPtr createColorStartPatternConverter(
const std::vector<LogString>& options);
Extend this abstract class to create your own log layout format.
Definition layout.h:34
A flexible layout configurable with pattern string.
Definition patternlayout.h:447
PatternLayout()
Does nothing.
void setOption(const LogString &option, const LogString &value) override
Set option to value.
bool ignoresThrowable() const override
The PatternLayout does not handle the throwable contained within LoggingEvents.
Definition patternlayout.h:520
virtual log4cxx::pattern::PatternMap getFormatSpecifiers()
void activateOptions(helpers::Pool &p) override
Activate the options that were previously set with calls to option setters.
void format(LogString &output, const spi::LoggingEventPtr &event, helpers::Pool &pool) const override
Produces a formatted string as specified by the conversion pattern.
LogString getConversionPattern() const
Returns the value of the ConversionPattern option.
void setConversionPattern(const LogString &conversionPattern)
Use conversionPattern as to control formatting.
Definition propertysetter.h:27
Definition cacheddateformat.h:26
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition appender.h:32
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
std::basic_string< logchar > LogString
Definition logstring.h:60
LOG4CXX_PTR_DEF(Appender)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition object.h:43
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146