Carsten Ziegeler wrote:



I mean the interface a component can use to get the manager. This used to be LogKitManageable. Now, it can still be used but then you have to use a wrapper for wrapping LoggerManager to LogKitManager and this again is deprecated.


Are you referring to something like a LoggerManageable?


interface LoggerManageable
{
    void setLoggerManager( LoggerManager manager );
}

Or something like that?

To be honest, it would be better to pass it in through a ServiceManager
or Context entry like Fortress does.  BTW, Fortress is smart enough to
work with either LogKit or Log4J out of the box.

--

"They that give up essential liberty to obtain a little temporary safety
 deserve neither liberty nor safety."
                - Benjamin Franklin


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



Reply via email to