Uses of Interface
org.apache.log4j.spi.RendererSupport
-
Packages that use RendererSupport Package Description org.apache.log4j The main log4j package.org.apache.log4j.or ObjectRenders are resposible for rendering messages depending on their class type. -
-
Uses of RendererSupport in org.apache.log4j
Classes in org.apache.log4j that implement RendererSupport Modifier and Type Class Description class
Hierarchy
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy. -
Uses of RendererSupport in org.apache.log4j.or
Methods in org.apache.log4j.or with parameters of type RendererSupport Modifier and Type Method Description static void
RendererMap. addRenderer(RendererSupport repository, String renderedClassName, String renderingClassName)
Add a renderer to a hierarchy passed as parameter.
-