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. |