Uses of Interface
org.apache.camel.builder.component.dsl.LogComponentBuilderFactory.LogComponentBuilder
-
Packages that use LogComponentBuilderFactory.LogComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of LogComponentBuilderFactory.LogComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return LogComponentBuilderFactory.LogComponentBuilder Modifier and Type Method Description static LogComponentBuilderFactory.LogComponentBuilder
ComponentsBuilderFactory. 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.LogComponentBuilder Modifier and Type Class Description static class
LogComponentBuilderFactory.LogComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return LogComponentBuilderFactory.LogComponentBuilder Modifier and Type Method Description default LogComponentBuilderFactory.LogComponentBuilder
LogComponentBuilderFactory.LogComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default LogComponentBuilderFactory.LogComponentBuilder
LogComponentBuilderFactory.LogComponentBuilder. exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging.default LogComponentBuilderFactory.LogComponentBuilder
LogComponentBuilderFactory.LogComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static LogComponentBuilderFactory.LogComponentBuilder
LogComponentBuilderFactory. log()
Log (camel-log) Log messages to the underlying logging mechanism.
-