public static class Redirection.Out.LoggerBasedSupport extends Redirection.LoggerBasedSupport implements Redirection.Out
Redirection.Out.ByteArrayOut, Redirection.Out.Compound, Redirection.Out.LoggerBasedSupport, Redirection.Out.StreamAdapter, Redirection.Out.StreamBasedSupportRedirection.CompoundSupport<T extends Redirection>, Redirection.In, Redirection.Outnoop, stderr, stdout| Constructor and Description |
|---|
Redirection.Out.LoggerBasedSupport(org.slf4j.Logger logger,
LogLevel logLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
send(byte[] bytes,
int offset,
int length) |
close, getLogger, logpublic Redirection.Out.LoggerBasedSupport(@Nonnull
org.slf4j.Logger logger,
@Nonnull
LogLevel logLevel)
public void send(@Nonnull
byte[] bytes,
@Nonnegative
int offset,
@Nonnegative
int length)
throws java.io.IOException
send in interface Redirection.Outjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface Redirection.Outjava.io.IOExceptionCopyright © 2013 echocat. All Rights Reserved.