Package | Description |
---|---|
org.pmw.tinylog.policies |
Policies for
RollingFileWriter |
Modifier and Type | Class | Description |
---|---|---|
class |
CountPolicy |
Policy for limiting the number of log entries per file.
|
class |
DailyPolicy |
Policy for one rollover per day.
|
class |
HourlyPolicy |
Policy for one rollover per hour.
|
class |
MonthlyPolicy |
Policy for one rollover per month.
|
class |
SizePolicy |
Policy for limiting the size of log files.
|
class |
StartupPolicy |
Policy for rolling log files once at startup.
|
class |
WeeklyPolicy |
Policy for one rollover per week.
|
class |
YearlyPolicy |
Policy for one rollover per year.
|
Copyright © 2019. All rights reserved.