Uses of Class
ch.qos.logback.core.joran.event.SaxEvent
Packages that use SaxEvent
Package
Description
Contains Joran configuration classes.
-
Uses of SaxEvent in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return types with arguments of type SaxEventModifier and TypeMethodDescriptionGenericConfigurator.recallSafeConfiguration()Recall the event list previously registered as a safe point.Method parameters in ch.qos.logback.core.joran with type arguments of type SaxEventModifier and TypeMethodDescriptionvoidGenericConfigurator.playEventsAndProcessModel(List<SaxEvent> saxEvents) voidGenericConfigurator.registerSafeConfiguration(List<SaxEvent> eventList) Register the current event list in currently in the interpreter as a safe configuration point. -
Uses of SaxEvent in ch.qos.logback.core.joran.event
Subclasses of SaxEvent in ch.qos.logback.core.joran.eventFields in ch.qos.logback.core.joran.event with type parameters of type SaxEventMethods in ch.qos.logback.core.joran.event that return types with arguments of type SaxEventModifier and TypeMethodDescriptionSaxEventRecorder.getSaxEventList()SaxEventRecorder.recordEvents(InputSource inputSource) -
Uses of SaxEvent in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return types with arguments of type SaxEventModifier and TypeMethodDescriptionEventPlayer.getCopyOfPlayerEventList()Return a copy of the current event list in the player.Method parameters in ch.qos.logback.core.joran.spi with type arguments of type SaxEvent