public class RollingFileAppender extends Object
Constructor and Description |
---|
RollingFileAppender() |
RollingFileAppender(Layout layout,
String filename) |
RollingFileAppender(Layout layout,
String filename,
boolean append) |
Modifier and Type | Method and Description |
---|---|
void |
setMaxBackupIndex(int maxBackups) |
void |
setMaximumFileSize(long maxFileSize) |
public RollingFileAppender()
public RollingFileAppender(Layout layout, String filename) throws IOException
IOException
public RollingFileAppender(Layout layout, String filename, boolean append) throws IOException
IOException
Copyright © 2005–2015 QOS.ch. All rights reserved.