Le Lundi 18 Novembre 2002 19:29, Thomas Muller a écrit :

> package my.package;
>
> public class FooRenderer implements org.apache.log4j.or.ObjectRenderer {
>
>   public String doRender( Object fooInstance ) {
>      return( "foo instance is [" + fooInstance + "]" );
>   }
>
> }
>

OK.

> In your XML config file:
>

I don't use a XML config file, I use a properties config file. I hope register 
the renderer either in code, either in properties config file. I don't see 
how to do that in the doc.


-- 
SARL diaam informatique - 04 50 77 12 60
Ingenierie, développements de systèmes d'information
http://www.diaam-informatique.com



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to