| Class | Description |
|---|---|
| Constants |
Manifest constants for the
org.apache.catalina.logger
package. |
| FileLogger |
Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
|
| LoggerBase |
Convenience base class for Logger implementations.
|
| SystemErrLogger |
Simple implementation of Logger that writes to System.err.
|
| SystemOutLogger |
Simple implementation of Logger that writes to System.out.
|
Copyright © 2017. All rights reserved.