org.apache.commons.logging
Class UserClass

java.lang.Object
  extended by org.apache.commons.logging.UserClass

public class UserClass
extends Object


Constructor Summary
UserClass()
           
 
Method Summary
static void setAllowFlawedContext(String state)
          Set the ALLOW_FLAWED_CONTEXT feature on the LogFactoryImpl object associated with this class' classloader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserClass

public UserClass()
Method Detail

setAllowFlawedContext

public static void setAllowFlawedContext(String state)
Set the ALLOW_FLAWED_CONTEXT feature on the LogFactoryImpl object associated with this class' classloader.

Don't forget to set the context classloader to whatever it will be when an instance of this class is actually created before calling this method!



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.