Package org.apache.log4j.helpers
Class QuietWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
org.apache.log4j.helpers.QuietWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Direct Known Subclasses:
CountingQuietWriter
,SyslogQuietWriter
QuietWriter does not throw exceptions when things go wrong. Instead, it
delegates error handling to its
ErrorHandler
.- Since:
- 0.7.3
- Author:
- Ceki Gülcü
-
Field Summary
FieldsFields inherited from class java.io.FilterWriter
out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterWriter
close, write, write, write