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
Log messages to the underlying logging mechanism.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ExchangeFormatter
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setExchangeFormatter
(org.apache.camel.spi.ExchangeFormatter exchangeFormatter) void
setLazyStartProducer
(Boolean lazyStartProducer) void
setSourceLocationLoggerName
(Boolean sourceLocationLoggerName) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
LogComponentConfiguration
public LogComponentConfiguration()
-
-
Method Details
-
getLazyStartProducer
-
setLazyStartProducer
-
getSourceLocationLoggerName
-
setSourceLocationLoggerName
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getExchangeFormatter
public org.apache.camel.spi.ExchangeFormatter getExchangeFormatter() -
setExchangeFormatter
public void setExchangeFormatter(org.apache.camel.spi.ExchangeFormatter exchangeFormatter)
-