Package | Description |
---|---|
org.pmw.tinylog.labelers |
Labelers for
RollingFileWriter |
org.pmw.tinylog.writers |
Writers for outputting log entries
|
Modifier and Type | Class | Description |
---|---|---|
class |
CountLabeler |
Numbers the backups sequentially: "0" for the newest, "1" for the second newest etc.
|
class |
ProcessIdLabeler |
Add the process ID (PID) to log files.
|
class |
TimestampLabeler |
Adds a timestamp to the real log file and the backups.
|
Modifier and Type | Method | Description |
---|---|---|
Labeler |
RollingFileWriter.getLabeler() |
Get the labeler for naming backups.
|
Constructor | Description |
---|---|
RollingFileWriter(String filename,
int backups,
boolean buffered,
Labeler labeler) |
Rolling log files once at startup.
|
RollingFileWriter(String filename,
int backups,
boolean buffered,
Labeler labeler,
Policy... policies) |
|
RollingFileWriter(String filename,
int backups,
Labeler labeler) |
Rolling log files once at startup.
|
RollingFileWriter(String filename,
int backups,
Labeler labeler,
Policy... policies) |
Copyright © 2019. All rights reserved.