public interface FileLoggerSettings
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorService |
getExecutorService() |
String |
getFileName() |
String |
getLayout() |
int |
getMaxFileSize() |
int |
getMaxHistory() |
RollingPolicyDecorator.RolloverListener |
getRolloverListener() |
boolean |
isCompressOldFiles() |
boolean |
isRollDaily() |
boolean |
isRollOnRestart() |
String getFileName()
boolean isRollDaily()
boolean isRollOnRestart()
boolean isCompressOldFiles()
int getMaxHistory()
int getMaxFileSize()
String getLayout()
RollingPolicyDecorator.RolloverListener getRolloverListener()
ScheduledExecutorService getExecutorService()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.