Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.
More...
|
| void | format (const log4cxx::spi::LoggingEventPtr &event, LogString &toAppendTo, log4cxx::helpers::Pool &p) const |
| | Formats an event into a string buffer. More...
|
| |
| 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 |
| | Formats an object into a string buffer. More...
|
| |
| 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 |
| | Formats an object into a string buffer. More...
|
| |
| virtual bool | handlesThrowable () const |
| | Normally pattern converters are not meant to handle Exceptions although few pattern converters might. More...
|
| |
| | DECLARE_LOG4CXX_PATTERN (PatternConverter) |
| |
| | BEGIN_LOG4CXX_CAST_MAP () |
| |
| | LOG4CXX_CAST_ENTRY (PatternConverter) |
| |
| | END_LOG4CXX_CAST_MAP () |
| |
| virtual void | format (const log4cxx::helpers::ObjectPtr &obj, LogString &toAppendTo, log4cxx::helpers::Pool &p) const =0 |
| | Formats an object into a string buffer. More...
|
| |
| LogString | getName () const |
| | This method returns the name of the conversion pattern. 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...
|
| |
| virtual | ~Object () |
| |
| virtual bool | instanceof (const Class &clazz) const =0 |
| |
| virtual const void * | cast (const Class &clazz) const =0 |
| |
Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.