org.apache.log4j.helpers
public class CountingQuietWriter extends QuietWriter
Since: 0.8.1
| Field Summary | |
|---|---|
| protected long | count |
| Constructor Summary | |
|---|---|
| CountingQuietWriter(Writer writer, ErrorHandler eh) | |
| Method Summary | |
|---|---|
| long | getCount() |
| void | setCount(long count) |
| void | write(String string) |