se.unlogic.standardutils.logging
Class LogUtils

java.lang.Object
  extended by se.unlogic.standardutils.logging.LogUtils

public class LogUtils
extends Object


Constructor Summary
LogUtils()
           
 
Method Summary
static void releaseCommonsLogging()
          A method for triggering the LogFactory.release method on the commons logging library (http://commons.apache.org/logging/) without having compile time dependency to the library itself.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtils

public LogUtils()
Method Detail

releaseCommonsLogging

public static void releaseCommonsLogging()
A method for triggering the LogFactory.release method on the commons logging library (http://commons.apache.org/logging/) without having compile time dependency to the library itself. Trigger of the release method can be nessecary sometimes in order to avoid memory leaks, see http://wiki.apache.org/jakarta-commons/Logging/UndeployMemoryLeak for more information.



Copyright © 2011. All Rights Reserved.