Home » slf4j-1.5.5 » org.apache » log4j » or »

org.apache.log4j.or

Sub Packages:

org.apache.log4j.or.jms   This package contains the MessageRenderer which renders objects of type javax.jms.Message .  
org.apache.log4j.or.sax   This package contains the AttributesRenderer which renders object of class org.xml.sax.Attributes .  

Interfaces:

ObjectRenderer   Implement this interface in order to render objects as strings.  code | html

Classes:

DefaultRenderer   The default Renderer renders objects by calling their toString method.  code | html
RendererMap   Map class objects to an ObjectRenderer code | html
ThreadGroupRenderer   Render ThreadGroup objects in a format similar to the information output by the ThreadGroup#list method.  code | html