Hello, very clear, have a look at:
http://svn.slf4j.org/viewcvs/slf4j/trunk/src/java/org/apache/commons/logging/impl/SLF4FLogFactory.java?view=markup /** * Release any internal references to previously created * [EMAIL PROTECTED] org.apache.commons.logging.Log}instances returned by this factory. * This is useful in environments like servlet containers, which implement * application reloading by throwing away a ClassLoader. Dangling references * to objects in that class loader would prevent garbage collection. */ public void release() { throw new UnsupportedOperationException("SLF4J bound commons-logging does not need to implement release()."); } Regards Boris _______________________________________________ user mailing list [email protected] http://slf4j.org/mailman/listinfo/user
