@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface LogEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LogEndpointBuilderFactory.AdvancedLogEndpointBuilder
Advanced builder for endpoint for the Log component.
|
static interface |
LogEndpointBuilderFactory.LogBuilders |
static interface |
LogEndpointBuilderFactory.LogEndpointBuilder
Builder for endpoint for the Log component.
|
static class |
LogEndpointBuilderFactory.OutputStyle
Proxy enum for
org.apache.camel.support.processor.DefaultExchangeFormatter$OutputStyle enum. |
| Modifier and Type | Method and Description |
|---|---|
static LogEndpointBuilderFactory.LogEndpointBuilder |
log(String path)
Log (camel-log)
The log component logs message exchanges to the underlying logging
mechanism.
|
static LogEndpointBuilderFactory.LogEndpointBuilder log(String path)
log:loggerName
Path parameter: loggerName (required)
The logger name to useApache Camel