18#ifndef _LOG4CXX_XML_LAYOUT_H
19#define _LOG4CXX_XML_LAYOUT_H
56 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(XMLLayoutPrivate, m_priv)
Extend this abstract class to create your own log layout format.
Definition layout.h:34
The output of the XMLLayout consists of a series of log4j:event elements.
Definition xmllayout.h:54
void setLocationInfo(bool locationInfo1)
The LocationInfo option takes a boolean value.
bool ignoresThrowable() const override
The XMLLayout prints and does not ignore exceptions.
Definition xmllayout.h:130
bool getProperties()
Gets whether MDC key-value pairs should be output.
void setOption(const LogString &option, const LogString &value) override
Set option to value.
void setProperties(bool flag)
Sets whether MDC key-value pairs should be output, default false.
void activateOptions(helpers::Pool &) override
Activate the options that were previously set with calls to option setters.
Definition xmllayout.h:105
bool getLocationInfo() const
Returns the current value of the LocationInfo option.
void format(LogString &output, const spi::LoggingEventPtr &event, helpers::Pool &p) const override
Formats a LoggingEvent in conformance with the log4cxx.dtd.
Definition propertysetter.h:27
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition appender.h:32
LOG4CXX_PTR_DEF(DOMConfigurator)
std::basic_string< logchar > LogString
Definition logstring.h:60
#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