| Constructor | Description |
|---|---|
DailyPolicy(java.lang.String argument) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
continueCurrentFile(byte[] entry) |
Checks if a log entry can be appended to the current log file.
|
boolean |
continueExistingFile(java.lang.String path) |
Checks if an existing log file can be continued.
|
void |
reset() |
Resets this policy as a new log file has been started.
|
public DailyPolicy(java.lang.String argument)
argument - Time for starting new log file (e.g. "23:30")public boolean continueExistingFile(java.lang.String path)
PolicycontinueExistingFile in interface Policypath - Path to log filetrue if existing log file can be continued, false if a new log file should be createdpublic boolean continueCurrentFile(byte[] entry)
PolicycontinueCurrentFile in interface Policyentry - Log entrytrue if log entry can be appended to the current log file, false if a new log file should
be createdCopyright © 2019. All rights reserved.