Interface LogEndpointBuilderFactory.LogBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
LogEndpointBuilderFactory
public static interface LogEndpointBuilderFactory.LogBuilders
-
Method Summary
Modifier and TypeMethodDescriptionLog Data (camel-log) Prints data form the routed message (such as body and headers) to the logger.Log Data (camel-log) Prints data form the routed message (such as body and headers) to the logger.
-
Method Details
-
log
Log Data (camel-log) Prints data form the routed message (such as body and headers) to the logger. Category: core,monitoring Since: 1.1 Maven coordinates: org.apache.camel:camel-log Syntax:log:loggerName
Path parameter: loggerName (required) Name of the logging category to use- Parameters:
path
- loggerName- Returns:
- the dsl builder
-
log
Log Data (camel-log) Prints data form the routed message (such as body and headers) to the logger. Category: core,monitoring Since: 1.1 Maven coordinates: org.apache.camel:camel-log Syntax:log:loggerName
Path parameter: loggerName (required) Name of the logging category to use- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- loggerName- Returns:
- the dsl builder
-