Interface LogComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface LogComponentBuilderFactory
Prints data form the routed message (such as body and headers) to the logger.
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Log Data component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionlog()
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- Returns:
- the dsl builder
-