Rio Project 4.2 API Documentation



Package org.rioproject.log

Provides support to enable the dynamic creation of Logger objects with associated Level and Handlers.

See:
          Description

Interface Summary
ServiceLogEventHandlerMBean Standard MBean for managing the ServiceLogEventHandler.
 

Class Summary
LoggerConfig The LoggerConfig class has been provided for dynamic services to specify Logger attributes (Level, Handler, etc...) and have the attributes established without depending on machine resident logger.properties configuration attributes to be set.
LoggerConfig.FormalArgument Provide a way to pass parameter lists around.
LoggerConfig.LogHandlerConfig LogerHandlerConfig provides attributes needed to create a Handler
ServiceLogEvent A remote event of a service's log record, typically indicating an exception of interest has been thrown.
ServiceLogEventHandler A @link java.util.logging.Handler} that publishes ServiceLogEvents to interested consumers when a LogRecord of interest is logged.
 

Package org.rioproject.log Description

Provides support to enable the dynamic creation of Logger objects with associated Level and Handlers.


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.