gnu.mapping
public class LogWriter extends FilterWriter
| Constructor Summary | |
|---|---|
| LogWriter(Writer out) | |
| Method Summary | |
|---|---|
| void | close() |
| void | closeLogFile() |
| void | echo(char[] buf, int off, int len) |
| void | flush() |
| Writer | getLogFile() |
| void | setLogFile(Writer log) |
| void | setLogFile(String name) |
| void | write(int c) |
| void | write(char[] buf, int off, int len) |
| void | write(String str, int off, int len) |