|
void | format (const log4cxx::spi::LoggingEventPtr &event, LogString &output, log4cxx::helpers::Pool &p) const |
| Formats an event into a string buffer. More...
|
|
void | format (const log4cxx::helpers::ObjectPtr &obj, LogString &output, log4cxx::helpers::Pool &p) const |
|
void | format (const log4cxx::helpers::DatePtr &date, LogString &toAppendTo, log4cxx::helpers::Pool &p) const |
|
virtual void | format (const log4cxx::spi::LoggingEventPtr &event, LogString &toAppendTo, log4cxx::helpers::Pool &p) const =0 |
| Formats an event into a string buffer. More...
|
|
void | format (const log4cxx::helpers::ObjectPtr &obj, LogString &toAppendTo, log4cxx::helpers::Pool &p) const |
|
virtual bool | handlesThrowable () const |
| Normally pattern converters are not meant to handle Exceptions although few pattern converters might. More...
|
|
DECLARE_ABSTRACT_LOG4CXX_OBJECT(PatternConverter) virtual void format(const log4cxx LogString | getName () const |
| Formats an object into a string buffer. More...
|
|
virtual LogString | getStyleClass (const log4cxx::helpers::ObjectPtr &e) const |
| This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can be null. More...
|
|
| ObjectImpl () |
|
virtual | ~ObjectImpl () |
|
void | addRef () const |
|
void | releaseRef () const |
|
virtual const helpers::Class & | getClass () const |
|
virtual | ~Object () |
|
virtual void | addRef () const =0 |
|
virtual void | releaseRef () const =0 |
|
virtual bool | instanceof (const Class &clazz) const =0 |
|
virtual const void * | cast (const Class &clazz) const =0 |
|
Convert and format the event's date in a StringBuffer.