org.jboss.test.logging
Class Log4jLoggingPlugin
java.lang.Object
org.jboss.test.logging.LoggingPlugin
org.jboss.test.logging.Log4jLoggingPlugin
public class Log4jLoggingPlugin
- extends LoggingPlugin
A Log4jLoggingPlugin.
- Version:
- $Revision: 66960 $
- Author:
- Adrian Brock
Method Summary |
void |
setUp()
XLevel deprecated since EAP 4
public void enableTrace(String name)
{
Logger.getLogger(name).setLevel(XLevel.TRACE);
} |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Log4jLoggingPlugin
public Log4jLoggingPlugin()
setUp
public void setUp()
throws Exception
- XLevel deprecated since EAP 4
public void enableTrace(String name)
{
Logger.getLogger(name).setLevel(XLevel.TRACE);
}
- Overrides:
setUp
in class LoggingPlugin
- Throws:
Exception
- for any error
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.