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