18#ifndef _LOG4CXX_PATTERN_LAYOUT_H
19#define _LOG4CXX_PATTERN_LAYOUT_H
493 bool ignoresThrowable()
const override
509 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
virtual log4cxx::pattern::PatternMap getFormatSpecifiers()
void format(LogString &output, const spi::LoggingEventPtr &event, helpers::Pool &pool) const override
Produces a formatted string as specified by the conversion pattern.
std::map< LogString, PatternConstructor > PatternMap
Definition patternparser.h:35
std::shared_ptr< FormattingInfo > FormattingInfoPtr
Definition formattinginfo.h:32
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition appender.h:32
Definition configuration.h:25
LOG4CXX_LIST_DEF(AppenderList, AppenderPtr)
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
LOG4CXX_PTR_DEF(Appender)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:157
#define END_LOG4CXX_CAST_MAP()
Definition object.h:151
#define DECLARE_LOG4CXX_OBJECT(object)
Definition object.h:42
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:163
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:145