| Package | Description |
|---|---|
| org.apache.catalina.logger |
| Modifier and Type | Class and Description |
|---|---|
class |
FileLogger
Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
|
class |
SystemErrLogger
Simple implementation of Logger that writes to System.err.
|
class |
SystemOutLogger
Simple implementation of Logger that writes to System.out.
|
Copyright © 2017. All rights reserved.