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...
|
| PropertiesPatternConverter (const LogString &name, const LogString &option) |
| A Property bundle converter.
|
|
void | format (const spi::LoggingEventPtr &event, LogString &toAppendTo, log4cxx::helpers::Pool &p) const override |
| Formats an event into a string buffer.
|
|
virtual void | format (const spi::LoggingEventPtr &event, LogString &toAppendTo, helpers::Pool &p) const=0 |
| Formats an event into a string buffer.
|
|
void | format (const helpers::ObjectPtr &obj, LogString &toAppendTo, helpers::Pool &p) const override |
| Formats an object into a string buffer.
|
|
virtual void | format (const spi::LoggingEventPtr &event, LogString &toAppendTo, helpers::Pool &p) const =0 |
| Formats an event into a string buffer.
|
|
void | format (const helpers::ObjectPtr &obj, LogString &toAppendTo, helpers::Pool &p) const override |
| Formats an object into a string buffer.
|
|
virtual bool | handlesThrowable () const |
| Normally pattern converters are not meant to handle Exceptions although few pattern converters might.
|
|
virtual void | format (const helpers::ObjectPtr &obj, LogString &toAppendTo, helpers::Pool &p) const =0 |
| Formats an object into a string buffer.
|
|
LogString | getName () const |
| This method returns the name of the conversion pattern.
|
|
virtual LogString | getStyleClass (const 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.
|
|
virtual | ~Object () |
|
virtual const helpers::Class & | getClass () const =0 |
|
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.