Class LogComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.log.springboot.LogComponentConfiguration

@ConfigurationProperties(prefix="camel.component.log") public class LogComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Prints data form the routed message (such as body and headers) to the logger. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • LogComponentConfiguration

      public LogComponentConfiguration()
  • Method Details

    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getSourceLocationLoggerName

      public Boolean getSourceLocationLoggerName()
    • setSourceLocationLoggerName

      public void setSourceLocationLoggerName(Boolean sourceLocationLoggerName)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getExchangeFormatter

      public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter()
    • setExchangeFormatter

      public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)