Lines Matching refs:handler
54 /** allows life time control for the handler
56 <p>Disposing the handler effectively means closing the channel
57 to which the handler forwards the log records.
61 /** specifies MIME charset name for the encoding to be used by this handler
63 <p>It depends on the concrete handler implementation whether or not this
70 /** specifies the formatter to be used by this handler.
74 /** specifies the log level of this handler
82 /** flushes all buffered output of the handler
89 /** publish the given log record at the handler's output channel.
92 <TRUE/> if and only if the record was actually published. A handler
93 will not publish a record if its log level doesn't meet the handler's
94 log level, if the record is filtered, or if any other handler-specified