public final class LogAppendable extends Object implements Appendable
| Constructor and Description |
|---|
LogAppendable(org.slf4j.Logger log,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char ch) |
Appendable |
append(CharSequence text) |
Appendable |
append(CharSequence text,
int start,
int end) |
void |
flush() |
public LogAppendable(org.slf4j.Logger log,
String prefix)
public Appendable append(CharSequence text) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence text, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char ch) throws IOException
append in interface AppendableIOExceptionpublic void flush()
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.