static class HessianProxy.LogWriter
extends java.io.Writer
| Modifier and Type | Field and Description |
|---|---|
private java.util.logging.Level |
_level |
private java.util.logging.Logger |
_log |
private java.lang.StringBuilder |
_sb |
| Constructor and Description |
|---|
LogWriter(java.util.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char ch) |
void |
write(char[] buffer,
int offset,
int length) |
private java.util.logging.Logger _log
private java.util.logging.Level _level
private java.lang.StringBuilder _sb
public void write(char ch)
public void write(char[] buffer,
int offset,
int length)
write in class java.io.Writerpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Writer