We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
131c3be
Improved Javadocs.
Switched from File#renameTo(File) to the more robust Files.move(Path, Path, CopyOptions...) alternative. (#14)
File#renameTo(File)
Files.move(Path, Path, CopyOptions...)
Add rolling support via maxBackupCount. (#14)
maxBackupCount
Stop policies after stream close. (#26)