Package org.apache.turbine.services.logging

Interface Summary
Logger Classes that implement the Logger interface allows loging.
LoggingConfig This is the interface that one must implement if they wish to provide alternative configuration resources for the Logging system.
LoggingService A service that provides logging capabilities to Turbine.
RunDataFilter Classes that implement this interface extracts data from RunData object.
 

Class Summary
BaseLogger This is an abbstract class that implements Logger interface.
BaseRunDataFilter This class extracts data from RunData object.
FileLogger This class implements Logger interface using simple file writing.
Log4JavaLogger Class implements the Logger interface using log4java package Messages can be written to following destination: console file rollover file syslog remote server email database
LogWriter An adapter for integrating external code (e.g., J2EE) that expects a simple PrintWriter for logging.
PropertiesLoggingConfig Small helper class that encapsulates the logging configuration information.
ServletLogger This class implements Logger interface using log method from ServletContext.
ServletLoggingService This service functions as a simple logger provider (with only one logger).
TurbineLogging This is a facade class for TurbineLoggingService.
TurbineLoggingService The default implementation of the logging service in Turbine.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.