Class LogComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.log.springboot.LogComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.log") public class LogComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonLog messages to the underlying logging mechanism. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description LogComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.spi.ExchangeFormattergetExchangeFormatter()BooleangetLazyStartProducer()BooleangetSourceLocationLoggerName()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetSourceLocationLoggerName(Boolean sourceLocationLoggerName)
-
-
-
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)
-
-