Interface LogEndpointBuilderFactory.LogBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
LogEndpointBuilderFactory

public static interface LogEndpointBuilderFactory.LogBuilders
  • Method Details

    • log

      Log (camel-log) Log messages to the underlying logging mechanism. 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

      default LogEndpointBuilderFactory.LogEndpointBuilder log(String componentName, String path)
      Log (camel-log) Log messages to the underlying logging mechanism. 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 name
      path - loggerName
      Returns:
      the dsl builder