Uses of Interface
org.apache.log4j.spi.RendererSupport
Packages that use RendererSupport
Package
Description
The main log4j package.
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 RendererSupportModifier and TypeClassDescriptionclassThis 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 RendererSupportModifier and TypeMethodDescriptionstatic voidRendererMap.addRenderer(RendererSupport repository, String renderedClassName, String renderingClassName) Add a renderer to a hierarchy passed as parameter.