Class LogComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.log")
    public class LogComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Log messages to the underlying logging mechanism. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • LogComponentConfiguration

        public LogComponentConfiguration()
    • Method Detail

      • 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)