Re: getLogger() utilisation

2004-07-08 Thread Olivier Billard
Hi Lionel, You can make them inherit AbstractLogEnabled and give them the logger via setLogger(Logger logger) in a standard Avalon component, or from an XSP : xsp:logic MyClass class = new MyClass(); class.setLogger(getLogger()); /xsp:logic Note : the logger conf (category, level) is

getLogger() utilisation

2004-07-07 Thread Lionel Crine
I'd like to use the getLogger() method in classes not declared in the sitemap. Is is possible ? thanks -- Lionel CRINE Ingénieur Systèmes documentaires Société : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax : 01.39.46.06.90

Re: getLogger() utilisation

2004-07-07 Thread Leszek Gawron
Lionel Crine wrote: I'd like to use the getLogger() method in classes not declared in the sitemap. Is is possible ? thanks you need to create component or use cocoon.createObject in flow -- Leszek Gawron [EMAIL PROTECTED] Project Manager