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.ComponentConfigurationPropertiesCommon
Log 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 Boolean
getAutowiredEnabled()
org.apache.camel.spi.ExchangeFormatter
getExchangeFormatter()
Boolean
getLazyStartProducer()
Boolean
getSourceLocationLoggerName()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
void
setLazyStartProducer(Boolean lazyStartProducer)
void
setSourceLocationLoggerName(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)
-
-