[logback-user] DynamicClassLoadingException - How does class loading in logback works?

Ceki Gulcu listid at qos.ch
Thu Nov 13 09:15:50 CET 2008


The class look up for custom components has been simplified, only the class 
loader that loaded logback itself is used. In earlier versions of logback 
several class loaders, including the ThreadContext class loader were used.

There are less surprises with the simplified approach.

Thorbjørn Ravn Andersen wrote:
> Jenny skrev:
>> I found a solution. I just put my customAppenderPackage.jar in the 
>> same level (same directory) where my logback.jar files are. thanks
>>
> Interesting.  Where are your logback files? 
> 
> /Thorbjørn


-- 
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch


More information about the Logback-user mailing list