18#ifndef _LOG4CXX_SIMPLE_LAYOUT_H
19#define _LOG4CXX_SIMPLE_LAYOUT_H
65#if LOG4CXX_ABI_VERSION <= 15
Extend this abstract class to create your own log layout format.
Definition layout.h:38
SimpleLayout consists of the level of the log statement, followed by " - " and then the log message i...
Definition simplelayout.h:38
void setOption(const LogString &, const LogString &) override
Set option to value.
Definition simplelayout.h:81
void format(LogString &output, const spi::LoggingEventPtr &event, helpers::Pool &p) const override
Append the level, followed by " - " and then the message.
bool ignoresThrowable() const override
The SimpleLayout does not handle the throwable contained within LoggingEvents.
Definition simplelayout.h:60
void activateOptions(helpers::Pool &p) override
Definition simplelayout.h:71
#define LOG4CXX_FORMAT_LAYOUT_FORMAL_PARAMETERS
Definition layout.h:59
std::basic_string< logchar > LogString
Definition logstring.h:60
LOG4CXX_PTR_DEF(Appender)
#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