public static class StatusRecorder.Factory extends 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(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(File outFile)
public static StatusRecorder toSysout()
public static StatusRecorder toLog(org.slf4j.Logger log)
public static StatusRecorder chain(StatusRecorder... recorders)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.