org.apache.commons.logging
Class UserClass
java.lang.Object
org.apache.commons.logging.UserClass
public class UserClass
- extends Object
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 |
UserClass
public UserClass()
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.