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