Uses of Interface
org.apache.shale.remoting.logger.Logger

Packages that use Logger
org.apache.shale.remoting.logger   
 

Uses of Logger in org.apache.shale.remoting.logger
 

Classes in org.apache.shale.remoting.logger that implement Logger
 class AbstractLogger
          Abstract base class for Logger implementations.
 class CommonsLogger
          Implementation of Logger that interacts with the Apache Jakarta Commons Logging APIs.
 class DefaultLogger
          Default Logger implementation that delegates to Apache Commons Logging (if present), or JDK java.util.Logging (if present), or simply writes to System.out.
 class JdkLogger
          Implementation of Logger that interacts with the standard java.util.logging APIs.
 

Fields in org.apache.shale.remoting.logger declared as Logger
protected  Logger DefaultLogger.logger
          The Logger instance we should delegate to (if any).
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.