Uses of Class
org.jboss.logmanager.handlers.WriterHandler
Packages that use WriterHandler
-
Uses of WriterHandler in org.jboss.logmanager.handlers
Subclasses of WriterHandler in org.jboss.logmanager.handlersModifier and TypeClassDescriptionclassA console handler which writes toSystem.outby default.classA simple file handler.classAn output stream handler which supports anyOutputStream, using the specified encoding.classA file handler which rotates the log at a preset time interval.classA file handler which rotates the log at a preset time interval or the size of the log.classMethods in org.jboss.logmanager.handlers that return WriterHandlerModifier and TypeMethodDescriptionWriterHandler.setCheckHeadEncoding(boolean checkHeadEncoding) Establish whether head encoding checking is turned on.WriterHandler.setCheckTailEncoding(boolean checkTailEncoding) Establish whether tail encoding checking is turned on.