Map class objects to an LoggerObjectRenderer.
Map class objects to an LoggerObjectRenderer.
Located in Program_Root/src/log4php/or/LoggerRendererMap.php (line 31)
Add a renderer to a hierarchy passed as parameter.
Add a renderer to a hierarchy passed as parameter.
Find the appropriate renderer for the class type of the
1 o
parameter. getByObject() method if o is object or using LoggerDefaultRenderer(). applied on the object
1 o
and the result is returned as a string.
Find the appropriate renderer for the class type of the
1 o
parameter. This is accomplished by calling the getByObject() method if o is object or using LoggerDefaultRenderer(). Once a renderer is found, it is applied on the object
1 o
and the result is returned as a string.
Search the parents of
1 clazz
for a renderer. renderer closest in the hierarchy will be returned. renderers could be found, then the default renderer is returned.
Search the parents of
1 clazz
for a renderer. The renderer closest in the hierarchy will be returned. If no renderers could be found, then the default renderer is returned.
Syntactic sugar method that calls #get(Class) with the class of the object parameter.
Syntactic sugar method that calls #get(Class) with the class of the object parameter.
Register an LoggerObjectRenderer for
1 clazz
.
Register an LoggerObjectRenderer for
1 clazz
.
Documentation generated on Wed, 27 Aug 2003 18:11:50 +0200 by phpDocumentor 1.2.2