Uses of Interface
org.apache.camel.spi.LogListener
Packages that use LogListener
-
Uses of LogListener in org.apache.camel
Methods in org.apache.camel that return types with arguments of type LogListenerModifier and TypeMethodDescriptionExtendedCamelContext.getLogListeners()Gets a list ofLogListener(can be null if empty).Methods in org.apache.camel with parameters of type LogListenerModifier and TypeMethodDescriptionvoidExtendedCamelContext.addLogListener(LogListener listener) Adds aLogListener.