Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.log4j.or | |
org.apache.log4j.spi |
Log4j 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Hierarchy.addRenderer(Class classToRender,
ObjectRenderer or)
Adds an object renderer for a specific class.
|
void |
Hierarchy.setRenderer(Class renderedClass,
ObjectRenderer renderer)
Used by subclasses to add a renderer to the hierarchy passed as parameter.
|
Constructor and Description |
---|
RenderedMessage(ObjectRenderer renderer,
Object object) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadGroupRenderer |
Modifier and Type | Method and Description |
---|---|
ObjectRenderer |
RendererMap.get(Class clazz)
Search the parents of
clazz for a renderer. |
ObjectRenderer |
RendererMap.get(Object o)
Syntactic sugar method that calls
RendererMap.get(Class) with the class of the object parameter. |
ObjectRenderer |
RendererMap.getDefaultRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
RendererMap.put(Class clazz,
ObjectRenderer or)
Register an
ObjectRenderer for clazz . |
Modifier and Type | Method and Description |
---|---|
void |
RendererSupport.setRenderer(Class renderedClass,
ObjectRenderer renderer) |
Copyright © 1999-2023 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.