Log4j 1.2.13 | |
Frames | No Frames |
Classes implementing org.apache.log4j.or.ObjectRenderer | |
class | Render org.xml.sax.Attributes objects. |
Classes implementing org.apache.log4j.or.ObjectRenderer | |
class | Render javax.jms.Message objects. |
Methods with parameter type org.apache.log4j.or.ObjectRenderer | |
void |
Classes implementing org.apache.log4j.or.ObjectRenderer | |
class | Render ThreadGroup objects in a format similar to the
information output by the ThreadGroup.list method. |
Methods with parameter type org.apache.log4j.or.ObjectRenderer | |
void | Register an ObjectRenderer for clazz . |
Methods with return type org.apache.log4j.or.ObjectRenderer | |
ObjectRenderer | RendererMap.get(Class clazz) Search the parents of clazz for a renderer. |
ObjectRenderer | RendererMap.get(Object o) Syntactic sugar method that calls get(Class) with the
class of the object parameter. |
ObjectRenderer |
Methods with parameter type org.apache.log4j.or.ObjectRenderer | |
void | Add an object renderer for a specific class. |
void | Used by subclasses to add a renderer to the hierarchy passed as parameter. |