|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RollingFileWriter.RolloverCallback | |
|---|---|
| org.clapper.util.io | org.clapper.util.io - Input/Output Classes. |
| Uses of RollingFileWriter.RolloverCallback in org.clapper.util.io |
|---|
| Constructors in org.clapper.util.io with parameters of type RollingFileWriter.RolloverCallback | |
|---|---|
RollingFileWriter(java.lang.String fileNamePattern,
java.lang.String charsetName,
long maxRolledFileSize,
int maxRolledOverFiles,
RollingFileWriter.Compression compressionType,
RollingFileWriter.RolloverCallback callback)
Create a new RollingFileWriter that will write to the specified file, optionally automatically rolling the file over when it exceeds a specified maximum size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||