Uses of Interface
org.apache.camel.builder.component.dsl.LogComponentBuilderFactory.LogComponentBuilder
Packages that use LogComponentBuilderFactory.LogComponentBuilder
-
Uses of LogComponentBuilderFactory.LogComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return LogComponentBuilderFactory.LogComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.log()Log (camel-log) Log messages to the underlying logging mechanism. -
Uses of LogComponentBuilderFactory.LogComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement LogComponentBuilderFactory.LogComponentBuilderMethods in org.apache.camel.builder.component.dsl that return LogComponentBuilderFactory.LogComponentBuilderModifier and TypeMethodDescriptionLogComponentBuilderFactory.LogComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.LogComponentBuilderFactory.LogComponentBuilder.exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging.LogComponentBuilderFactory.LogComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).LogComponentBuilderFactory.log()Log (camel-log) Log messages to the underlying logging mechanism.LogComponentBuilderFactory.LogComponentBuilder.sourceLocationLoggerName(boolean sourceLocationLoggerName) If enabled then the source location of where the log endpoint is used in Camel routes, would be used as logger name, instead of the given name.