Uses of Interface
org.apache.log4j.spi.RendererSupport
-
Packages that use RendererSupport Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.or -
-
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.
-