public abstract class LoggingEventIOTestBase
extends de.huxhorn.sulky.junit.LoggingTestBase
| Constructor and Description |
|---|
LoggingEventIOTestBase(java.lang.Boolean logging) |
| Modifier and Type | Method and Description |
|---|---|
void |
arguments() |
void |
callStack() |
void |
childMarker() |
void |
full() |
void |
loggerContext() |
protected abstract void |
logUncompressedData(byte[] bytes) |
void |
mdc() |
void |
minimal() |
void |
multiThrowable() |
void |
ndc() |
void |
nullArgument() |
abstract LoggingEvent |
read(byte[] bytes,
boolean compressing) |
void |
recursiveMarker() |
void |
sequenceNumber() |
void |
singleMarker() |
void |
singleThrowable() |
void |
threadInfo() |
abstract byte[] |
write(LoggingEvent event,
boolean compressing) |
public void minimal()
throws java.lang.Throwable
java.lang.Throwablepublic void loggerContext()
throws java.lang.Throwable
java.lang.Throwablepublic void sequenceNumber()
throws java.lang.Throwable
java.lang.Throwablepublic void threadInfo()
throws java.lang.Throwable
java.lang.Throwablepublic void arguments()
throws java.lang.Throwable
java.lang.Throwablepublic void nullArgument()
throws java.lang.Throwable
java.lang.Throwablepublic void singleThrowable()
throws java.lang.Throwable
java.lang.Throwablepublic void multiThrowable()
throws java.lang.Throwable
java.lang.Throwablepublic void mdc()
throws java.lang.Throwable
java.lang.Throwablepublic void ndc()
throws java.lang.Throwable
java.lang.Throwablepublic void singleMarker()
throws java.lang.Throwable
java.lang.Throwablepublic void childMarker()
throws java.lang.Throwable
java.lang.Throwablepublic void recursiveMarker()
throws java.lang.Throwable
java.lang.Throwablepublic void callStack()
throws java.lang.Throwable
java.lang.Throwablepublic void full()
throws java.lang.Throwable
java.lang.Throwableprotected abstract void logUncompressedData(byte[] bytes)
public abstract byte[] write(LoggingEvent event, boolean compressing) throws java.lang.Throwable
java.lang.Throwablepublic abstract LoggingEvent read(byte[] bytes, boolean compressing) throws java.lang.Throwable
java.lang.Throwable