Map class objects to an LoggerObjectRenderer.
Map class objects to an LoggerObjectRenderer.
Located in Program_Root/log4php/or/LoggerRendererMap.php (line 40)
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.
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.
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 http://www.php.net/get_class with the class of the object parameter.
Syntactic sugar method that calls http://www.php.net/get_class with the class of the object parameter.
Register a LoggerObjectRenderer for clazz.
Register a LoggerObjectRenderer for clazz.
Documentation generated on Mon, 1 Dec 2003 22:10:24 +0100 by phpDocumentor 1.2.2