JBoss Log Manager 1.3.2.Final-redhat-1

Package org.jboss.logmanager.handlers

Interface Summary
FlushableCloseable A resource which is flushable and closeable.
 

Class Summary
AsyncHandler An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.
ConsoleHandler A console handler which writes to System.out by default.
FileHandler A simple file handler.
Handlers Handler utility methods.
NullHandler A handler which performs no action other than to run any attached filter.
OutputStreamHandler An output stream handler which supports any OutputStream, using the specified encoding.
PeriodicRotatingFileHandler A file handler which rotates the log at a preset time interval.
PeriodicSizeRotatingFileHandler A file handler which rotates the log at a preset time interval or the size of the log.
QueueHandler A queue handler which retains the last few messages logged.
SizeRotatingFileHandler  
UncloseableOutputStream An output stream wrapper which drops calls to the close() method.
UncloseableWriter An output stream wrapper which drops calls to the close() method.
UninterruptibleOutputStream An output stream which is not interruptible.
WriterHandler A handler which writes to any Writer.
 

Enum Summary
AsyncHandler.OverflowAction  
ConsoleHandler.Target The target stream type.
PeriodicRotatingFileHandler.Period Possible period values.
 


JBoss Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.