org.apache.catalina.logger |
|
Java Source File Name | Type | Comment |
Constants.java | Class | Manifest constants for the org.apache.catalina.logger
package.
author: Craig R. |
FileLogger.java | Class | Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
author: Craig R. |
LoggerBase.java | Class | Convenience base class for Logger implementations. |
SystemErrLogger.java | Class | Simple implementation of Logger that writes to System.err.
author: Craig R. |
SystemOutLogger.java | Class | Simple implementation of Logger that writes to System.out.
Because this component is so simple, no configuration is required.
Therefore, Lifecycle is not implemented.
author: Craig R. |