18#ifndef _LOG4CXX_LAYOUT_H
19#define _LOG4CXX_LAYOUT_H
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
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 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