Interface LogEndpointBuilderFactory.LogBuilders

    • Method Detail

      • log

        default LogEndpointBuilderFactory.LogEndpointBuilder log​(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:
        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