| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static LogComponentBuilderFactory.LogComponentBuilder |
ComponentsBuilderFactory.log()
Log (camel-log)
Log messages to the underlying logging mechanism.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LogComponentBuilderFactory.LogComponentBuilderImpl |
| Modifier and Type | Method and 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.
|
Apache Camel