18 #ifndef _LOG4CXX_JSON_LAYOUT_H
19 #define _LOG4CXX_JSON_LAYOUT_H
34 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(JSONLayoutPrivate, m_priv)
43 #if LOG4CXX_ABI_VERSION <= 15
66 void setLocationInfo(
bool locationInfoFlag);
72 bool getLocationInfo() const;
81 void setPrettyPrint(
bool prettyPrintFlag);
86 bool getPrettyPrint() const;
93 void setThreadInfo(
bool newValue);
98 bool getThreadInfo() const;
105 using
Layout::activateOptions;
133 bool ignoresThrowable()
const override
This layout outputs events in a JSON dictionary.
Definition: jsonlayout.h:32
void appendQuotedEscapedString(LogString &buf, const LogString &input) const
void appendSerializedMDC(LogString &buf, const spi::LoggingEventPtr &event) const
static void appendItem(const LogString &item, LogString &toAppendTo)
void appendSerializedNDC(LogString &buf, const spi::LoggingEventPtr &event) const
void appendSerializedLocationInfo(LogString &buf, const spi::LoggingEventPtr &event) const
void appendSerializedLocationInfo(LogString &buf, const spi::LoggingEventPtr &event, log4cxx::helpers::Pool &p) const
Extend this abstract class to create your own log layout format.
Definition: layout.h:38
#define LOG4CXX_FORMAT_LAYOUT_FORMAL_PARAMETERS
Definition: layout.h:59
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
LOG4CXX_PTR_DEF(JSONLayout)
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:154
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:148
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:41
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_ACTIVATE_OPTIONS_FORMAL_PARAMETERS
Activate the options that were previously set with calls to option setters.
Definition: optionhandler.h:53