public static interface LogComponentBuilderFactory.LogComponentBuilder extends ComponentBuilder<org.apache.camel.component.log.LogComponent>
| Modifier and Type | Method and Description |
|---|---|
default LogComponentBuilderFactory.LogComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault LogComponentBuilderFactory.LogComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault LogComponentBuilderFactory.LogComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault LogComponentBuilderFactory.LogComponentBuilder exchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
org.apache.camel.spi.ExchangeFormatter
type.
Group: advancedApache Camel