public static class StatusRecorder.Factory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StatusRecorder |
NOOP |
Constructor and Description |
---|
StatusRecorder.Factory() |
Modifier and Type | Method and Description |
---|---|
static StatusRecorder |
chain(StatusRecorder... recorders) |
static StatusRecorder |
noop() |
static StatusRecorder |
toFile(java.io.File outFile) |
static StatusRecorder |
toLog(org.slf4j.Logger log) |
static StatusRecorder |
toSysout() |
public static final StatusRecorder NOOP
public static StatusRecorder noop()
public static StatusRecorder toFile(java.io.File outFile)
public static StatusRecorder toSysout()
public static StatusRecorder toLog(org.slf4j.Logger log)
public static StatusRecorder chain(StatusRecorder... recorders)