Package ucar.unidata.util.test
Class TestLogger
- java.lang.Object
-
- ucar.unidata.util.test.TestLogger
-
public class TestLogger extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestLogger.TestLoggerFactory
-
Constructor Summary
Constructors Constructor Description TestLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearLog()
String
getLastLogMsg()
int
getLogSize()
void
log(String msg)
void
log(String msg, Throwable t)
-