| Package | Description |
|---|---|
| ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeBasedFileNamingAndTriggeringPolicy<E>
This interface lists the set of methods that need to be implemented by
triggering policies which are nested within a
TimeBasedRollingPolicy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimeBasedFileNamingAndTriggeringPolicy<E> |
class |
SizeAndTimeBasedFNATP<E> |
class |
SizeBasedTriggeringPolicy<E>
SizeBasedTriggeringPolicy looks at size of the file being currently written
to.
|
class |
TimeBasedFileNamingAndTriggeringPolicyBase<E> |
class |
TimeBasedRollingPolicy<E>
TimeBasedRollingPolicy is both easy to configure and quite
powerful. |
class |
TriggeringPolicyBase<E>
SizeBasedTriggeringPolicy looks at size of the file being
currently written to.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeringPolicy<E> |
RollingFileAppender.getTriggeringPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
RollingFileAppender.setTriggeringPolicy(TriggeringPolicy<E> policy) |
Copyright © 2005–2014 QOS.ch. All rights reserved.