Class TestKitLogManager
- java.lang.Object
-
- org.apache.axis2.transport.testkit.util.TestKitLogManager
-
public class TestKitLogManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static TestKitLogManager
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStream
createLog(String name)
boolean
isLoggingEnabled()
void
setTestCase(ManagedTestCase testCase)
-
-
-
Field Detail
-
INSTANCE
public static final TestKitLogManager INSTANCE
-
-
Method Detail
-
setTestCase
public void setTestCase(ManagedTestCase testCase) throws IOException
- Throws:
IOException
-
isLoggingEnabled
public boolean isLoggingEnabled()
-
createLog
public OutputStream createLog(String name) throws IOException
- Throws:
IOException
-
-