Map class objects to an LoggerObjectRenderer.
Map class objects to an LoggerObjectRenderer.
Located in Program_Root/log4php/or/LoggerRendererMap.php (line 41)
Constructor
Constructor
Add a renderer to a hierarchy passed as parameter.
Add a renderer to a hierarchy passed as parameter. Note that hierarchy must implement getRendererMap() and setRenderer() methods.
Find the appropriate renderer for the class type of the o parameter. getByObject() method if o is object or using LoggerDefaultRenderer. applied on the object o and the result is returned as a string.
Find the appropriate renderer for the class type of the 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 o and the result is returned as a string.
Search the parents of 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 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 PHP_MANUAL@get_class with the class of the object parameter.
Syntactic sugar method that calls PHP_MANUAL@get_class with the class of the object parameter.
Register an LoggerObjectRenderer for clazz.
Register an LoggerObjectRenderer for clazz.
Documentation generated on Wed, 3 Sep 2003 01:02:46 +0200 by phpDocumentor 1.2.2