|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.logging.LoggingPlugin
public abstract class LoggingPlugin
A LoggingPlugin.
Constructor Summary | |
---|---|
LoggingPlugin()
|
Method Summary | |
---|---|
void |
enableTrace(String name)
Enable trace for a logger category |
static LoggingPlugin |
getInstance()
Get the logging plugin. |
void |
setUp()
Setup the logging |
void |
tearDown()
Teardown the logging |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingPlugin()
Method Detail |
---|
public static LoggingPlugin getInstance() throws Exception
Exception
- for any errorLog4jLoggingPlugin
,
Log4jConsoleLoggingPlugin
public void setUp() throws Exception
Exception
- for any errorpublic void tearDown() throws Exception
Exception
- for any errorpublic void enableTrace(String name)
name
- the name of the category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |