Package | Description |
---|---|
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
ch.qos.logback.core.util |
Contains various utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
FileAppender.setBufferSize(FileSize bufferSize) |
Modifier and Type | Field and Description |
---|---|
protected FileSize |
TimeBasedRollingPolicy.totalSizeCap |
Modifier and Type | Method and Description |
---|---|
void |
SizeAndTimeBasedRollingPolicy.setMaxFileSize(FileSize aMaxFileSize) |
void |
SizeBasedTriggeringPolicy.setMaxFileSize(FileSize aMaxFileSize) |
void |
SizeAndTimeBasedFNATP.setMaxFileSize(FileSize aMaxFileSize) |
void |
TimeBasedRollingPolicy.setTotalSizeCap(FileSize totalSizeCap) |
Modifier and Type | Method and Description |
---|---|
static FileSize |
FileSize.valueOf(String fileSizeStr) |
Copyright © 2005–2023 QOS.ch. All rights reserved.