B - The type to build.public static class OutputStreamAppender.Builder<B extends OutputStreamAppender.Builder<B>> extends AbstractOutputStreamAppender.Builder<B> implements Builder<OutputStreamAppender>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
follow |
private boolean |
ignoreExceptions |
private java.io.OutputStream |
target |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OutputStreamAppender |
build()
Builds the object after all configuration has been set.
|
B |
setFollow(boolean shouldFollow) |
B |
setTarget(java.io.OutputStream aTarget) |
getBufferSize, isBufferedIo, isImmediateFlush, withBufferedIo, withBufferSize, withImmediateFlushgetConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, setIgnoreExceptions, setLayout, setName, withConfiguration, withIgnoreExceptions, withLayout, withNameasBuilder, getFilter, getPropertyArray, setFilter, setPropertyArray, withFilterprivate boolean follow
private final boolean ignoreExceptions
private java.io.OutputStream target
public OutputStreamAppender build()
Builderbuild in interface Builder<OutputStreamAppender>public B setFollow(boolean shouldFollow)
public B setTarget(java.io.OutputStream aTarget)