RollingFileWriter
Interface | Description |
---|---|
Labeler |
A labeler names log files and backups for
RollingFileWriter . |
Class | Description |
---|---|
CountLabeler |
Numbers the backups sequentially: "0" for the newest, "1" for the second newest etc.
|
ProcessIdLabeler |
Add the process ID (PID) to log files.
|
TimestampLabeler |
Adds a timestamp to the real log file and the backups.
|
Annotation Type | Description |
---|---|
PropertiesSupport |
This annotation makes a
Labeler configurable by properties. |
Copyright © 2019. All rights reserved.