Note that in case of logging errors Log4J will (via the org.apache.log4j.helpers.LogLog class) write to System.err. This can be switched off but we can not substitute our own handler to log erros the way we prefer to do this. :-(
So, unlike the LogKit case we have no Log4JLogger helper to implement and hence a different architecture: this class is not a helper but a regular subclass of Log4JAdapter.
Attach PrefixDecorator and/or CachingDecorator if desired. @author Avalon Development Team @version CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:29 $ @since 4.0
|
|
|
|
|
|