Uses of Interface
org.apache.turbine.services.logging.LoggingService

Packages that use LoggingService
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.logging   
 

Uses of LoggingService in org.apache.turbine.services
 

Methods in org.apache.turbine.services that return LoggingService
private  LoggingService TurbineServices.getLogger()
          Macro to reduce duplicated code and casting.
 

Uses of LoggingService in org.apache.turbine.services.logging
 

Classes in org.apache.turbine.services.logging that implement LoggingService
 class ServletLoggingService
          This service functions as a simple logger provider (with only one logger).
 class TurbineLoggingService
          The default implementation of the logging service in Turbine.
 

Fields in org.apache.turbine.services.logging declared as LoggingService
private  LoggingService LogWriter.logger
           
 

Methods in org.apache.turbine.services.logging that return LoggingService
protected static LoggingService TurbineLogging.getService()
          Utility method for accessing the service implementation
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.