[slf4j-dev] svn commit: r1155 - in slf4j/trunk/slf4j-ext/src/main/java/org/slf4j: agent instrumentation

Ralph Goers ralph.goers at dslextreme.com
Fri Oct 3 16:33:06 CEST 2008


Ceki Gulcu wrote:
>
>> What would be better, if it is possible, is to inject the logging 
>> dynamically when needed and completely remove it when not, eliminating 
>> any performance overhead at all.
>>     
>
> Stopping and then restarting the application without the agent does exactly 
> that, no? Do you mean hot injection/removal? That would be pretty hard to do.
>
>
>   
Our requirements include enabling and disabling logging without 
restarting the application. Whether it is done via the current 
mechanisms or AOP doesn't really matter as this requirement doesn't 
change.  I realize it could be hard to implement.

Ralph



More information about the slf4j-dev mailing list