18 #ifndef _LOG4CXX_LAYOUT_H 19 #define _LOG4CXX_LAYOUT_H 22 #pragma warning ( push ) 23 #pragma warning ( disable: 4231 4251 4275 4786 ) 27 #include <log4cxx/helpers/objectimpl.h> 28 #include <log4cxx/helpers/objectptr.h> 29 #include <log4cxx/spi/optionhandler.h> 30 #include <log4cxx/spi/loggingevent.h> 43 DECLARE_ABSTRACT_LOG4CXX_OBJECT(
Layout)
44 BEGIN_LOG4CXX_CAST_MAP()
47 END_LOG4CXX_CAST_MAP()
51 void releaseRef()
const;
57 virtual void format(LogString& output,
64 virtual LogString getContentType()
const;
88 virtual bool ignoresThrowable()
const = 0;
94 #pragma warning ( pop ) 97 #endif // _LOG4CXX_LAYOUT_H Extend this abstract class to create your own log layout format.
Definition: layout.h:38
Implementation class for Object.
Definition: objectimpl.h:28
A string based interface to configure package components.
Definition: optionhandler.h:35
Definition: appender.h:33