public class LogTest extends Object
Modifier and Type | Field and Description |
---|---|
(package private) ByteArrayOutputStream |
out |
Constructor and Description |
---|
LogTest() |
Modifier and Type | Method and Description |
---|---|
private String |
content() |
void |
debug() |
void |
error() |
void |
log() |
void |
logPermits() |
void |
logPermits2() |
private void |
logWithLevel(LogLevel logLevel,
LogLevel method,
String message) |
void |
setUp() |
void |
testFileLogging() |
ByteArrayOutputStream out
public void setUp()
public void debug()
public void log()
public void error()
public void logPermits()
public void logPermits2()
public void testFileLogging() throws IOException
IOException
private String content()