* {@example ../../examples/resources/renderer_map.properties 18}
*
 * DEBUG - Now comes the current MyClass object:
 * DEBUG - Doe, John
 * 
* * @version $Revision$ * @package log4php * @subpackage renderers * @since 0.3 */ interface LoggerRendererObject { /** * Render the entity passed as parameter as a String. * @param mixed $o entity to render * @return string */ public function render($o); }