Package | Description |
---|---|
ch.qos.logback.classic.sift | |
ch.qos.logback.core.joran |
Contains Joran configuration classes.
|
ch.qos.logback.core.joran.conditional | |
ch.qos.logback.core.joran.event | |
ch.qos.logback.core.joran.spi | |
ch.qos.logback.core.sift |
Modifier and Type | Method and Description |
---|---|
java.util.List<SaxEvent> |
SiftAction.getSeList() |
Modifier and Type | Method and Description |
---|---|
void |
SiftAction.inPlay(SaxEvent event) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SaxEvent> |
GenericConfigurator.recallSafeConfiguration()
Recall the event list previously registered as a safe point.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericConfigurator.doConfigure(java.util.List<SaxEvent> eventList) |
Modifier and Type | Method and Description |
---|---|
void |
IfAction.setElseSaxEventList(java.util.List<SaxEvent> elseSaxEventList) |
void |
IfAction.setThenSaxEventList(java.util.List<SaxEvent> thenSaxEventList) |
Modifier and Type | Class and Description |
---|---|
class |
BodyEvent |
class |
EndEvent |
class |
StartEvent |
Modifier and Type | Field and Description |
---|---|
java.util.List<SaxEvent> |
SaxEventRecorder.saxEventList |
Modifier and Type | Method and Description |
---|---|
java.util.List<SaxEvent> |
SaxEventRecorder.getSaxEventList() |
java.util.List<SaxEvent> |
SaxEventRecorder.recordEvents(org.xml.sax.InputSource inputSource) |
Modifier and Type | Method and Description |
---|---|
void |
InPlayListener.inPlay(SaxEvent event) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SaxEvent> |
EventPlayer.getCopyOfPlayerEventList()
Return a copy of the current event list in the player.
|
Modifier and Type | Method and Description |
---|---|
void |
EventPlayer.addEventsDynamically(java.util.List<SaxEvent> eventList,
int offset) |
void |
EventPlayer.play(java.util.List<SaxEvent> aSaxEventList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SaxEvent> |
AppenderFactoryBase.getEventList() |
Modifier and Type | Method and Description |
---|---|
void |
SiftingJoranConfiguratorBase.doConfigure(java.util.List<SaxEvent> eventList) |
Constructor and Description |
---|
AppenderFactoryBase(java.util.List<SaxEvent> eventList) |