JBoss LogManager 1.1.0.CR6

Uses of Class
org.jboss.logmanager.ExtHandler

Packages that use ExtHandler
org.jboss.logmanager   
org.jboss.logmanager.handlers   
 

Uses of ExtHandler in org.jboss.logmanager
 

Fields in org.jboss.logmanager with type parameters of type ExtHandler
protected static org.jboss.logmanager.AtomicArray<ExtHandler,Handler> ExtHandler.handlersUpdater
          The atomic updater for the handlers field.
 

Uses of ExtHandler in org.jboss.logmanager.handlers
 

Subclasses of ExtHandler in org.jboss.logmanager.handlers
 class AsyncHandler
          An asycnhronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce some degree of latency.
 class ConsoleHandler
          A console handler which writes to System.out by default.
 class FileHandler
          A simple file handler.
 class NullHandler
          A handler which performs no action other than to run any attached filter.
 class OutputStreamHandler
          An output stream handler which supports any OutputStream, using the specified encoding.
 class PeriodicRotatingFileHandler
          A file handler which rotates the log at a preset time interval.
 class SizeRotatingFileHandler
           
 class WriterHandler
          A handler which writes to any Writer.
 


JBoss LogManager 1.1.0.CR6

Copyright © 2009 JBoss, a division of Red Hat, Inc.