Gerhard,
I think you have to "decorate" the inst before use.
This method in AbstractLogEnabled aloows you to pass on Logger info :
protected void setupLogger( final Object component )
That object must implement LogEnabled ....
- Paul H
I want to enable logging for a class in a cornerstore block (AvalonDB). This class is not implemented as "service".
Naively I extended this class from AbstractLogEnabled, but I get a classic NullPointer.
Do I've to implement additional interface?
Cheers Gerhard
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>