|
Logback API Version 0.9.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TriggeringPolicy
A TriggeringPolicy
controls the conditions under which roll-over
occurs. Such conditions include time of day, file size, an
external event, the log request or a combination thereof.
Method Summary | |
---|---|
boolean |
isTriggeringEvent(File activeFile,
Object event)
Should roll-over be triggered at this time? |
Methods inherited from interface ch.qos.logback.core.spi.LifeCycle |
---|
isStarted, start, stop |
Method Detail |
---|
boolean isTriggeringEvent(File activeFile, Object event)
activeFile
- A reference to the currently active log file.event
- A reference to the currently event.
|
Logback API Version 0.9.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |