Uses of Class
ch.qos.logback.core.joran.conditional.IfAction
Packages that use IfAction
-
Uses of IfAction in ch.qos.logback.core.joran.conditional
Methods in ch.qos.logback.core.joran.conditional with parameters of type IfActionModifier and TypeMethodDescription(package private) void
ElseAction.registerEventList
(IfAction ifAction, List<SaxEvent> eventList) (package private) void
ThenAction.registerEventList
(IfAction ifAction, List<SaxEvent> eventList) (package private) abstract void
ThenOrElseActionBase.registerEventList
(IfAction ifAction, List<SaxEvent> eventList)