Manages defined renderers and determines which renderer to use for a given input.
Located in /log4php/renderers/LoggerRendererMap.php (line 30)
Adds a renderer to the map.
If a renderer already exists for the given $renderedClass it will be overwritten without warning.
Empties the renderer map.
Finds the appropriate renderer for the given input, and renders it (i.e. converts it to a string).
Returns the appropriate renderer for a given class name.
If no renderer could be found, returns NULL.
Returns the appropriate renderer for a given object.
Returns the default renderer.
Resets the renderer map to it's default configuration.
Sets a custom default renderer class.
TODO: there's code duplication here. This method is almost identical to addRenderer(). However, it has custom error messages so let it sit for now.
Documentation generated on Tue, 12 Mar 2024 14:04:55 +0900 by phpDocumentor 1.4.4