Uses of Class
org.apache.log4j.helpers.QuietWriter
-
Packages that use QuietWriter Package Description org.apache.log4j The main log4j package.org.apache.log4j.helpers This package is used internally. -
-
Uses of QuietWriter in org.apache.log4j
Fields in org.apache.log4j declared as QuietWriter Modifier and Type Field Description protected QuietWriterWriterAppender. qwThis is thequietWriterwhere we will write to. -
Uses of QuietWriter in org.apache.log4j.helpers
Subclasses of QuietWriter in org.apache.log4j.helpers Modifier and Type Class Description classCountingQuietWriterCounts the number of bytes written.classSyslogQuietWriterSyslogQuietWriter extends QuietWriter by prepending the syslog level code before each printed String.
-