18#ifndef _LOG4CXX_LAYOUT_H
19#define _LOG4CXX_LAYOUT_H
48 const spi::LoggingEventPtr& event,
log4cxx::helpers::Pool& pool) const = 0;
78 virtual
bool ignoresThrowable() const = 0;
Extend this abstract class to create your own log layout format.
Definition: layout.h:34
base class for java-like objects.
Definition: object.h:105
A string based interface to configure package components.
Definition: optionhandler.h:35
Definition: configuration.h:25
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:38
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145