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, withImmediateFlush
getConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, setIgnoreExceptions, setLayout, setName, withConfiguration, withIgnoreExceptions, withLayout, withName
asBuilder, getFilter, getPropertyArray, setFilter, setPropertyArray, withFilter
private boolean follow
private final boolean ignoreExceptions
private java.io.OutputStream target
public OutputStreamAppender build()
Builder
build
in interface Builder<OutputStreamAppender>
public B setFollow(boolean shouldFollow)
public B setTarget(java.io.OutputStream aTarget)