B C D G I L O P S 
All Classes All Packages

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.log.LogEndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.log.LogComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.log.LogEndpointConfigurer
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.log.LogComponent
 
createEndpointUri() - Method in class org.apache.camel.component.log.LogEndpoint
 
createLogger() - Method in class org.apache.camel.component.log.LogEndpoint
Creates the logger Processor to be used.
createProducer() - Method in class org.apache.camel.component.log.LogEndpoint
 

D

doInit() - Method in class org.apache.camel.component.log.LogComponent
 
doInit() - Method in class org.apache.camel.component.log.LogEndpoint
 
doStart() - Method in class org.apache.camel.component.log.LogEndpoint
 
doStop() - Method in class org.apache.camel.component.log.LogEndpoint
 

G

getAutowiredNames() - Method in class org.apache.camel.component.log.LogComponentConfigurer
 
getComponent() - Method in class org.apache.camel.component.log.LogEndpoint
 
getDefaultExchangeFormatter() - Method in class org.apache.camel.component.log.LogComponent
Gets the default shared exchange formatter.
getExchangeFormatter() - Method in class org.apache.camel.component.log.LogComponent
 
getExchangeFormatter() - Method in class org.apache.camel.component.log.LogEndpoint
 
getGroupActiveOnly() - Method in class org.apache.camel.component.log.LogEndpoint
If true, will hide stats when no new messages have been received for a time interval, if false, show stats regardless of message traffic.
getGroupDelay() - Method in class org.apache.camel.component.log.LogEndpoint
Set the initial delay for stats (in millis)
getGroupInterval() - Method in class org.apache.camel.component.log.LogEndpoint
If specified will group message stats by this time interval (in millis)
getGroupSize() - Method in class org.apache.camel.component.log.LogEndpoint
An integer that specifies a group size for throughput logging.
getLevel() - Method in class org.apache.camel.component.log.LogEndpoint
Logging level to use.
getLogger() - Method in class org.apache.camel.component.log.LogEndpoint
 
getLogger() - Method in class org.apache.camel.component.log.LogProducer
 
getLogger(Map<String, Object>) - Method in class org.apache.camel.component.log.LogComponent
Gets optional Logger instance from parameters.
getLoggerName() - Method in class org.apache.camel.component.log.LogEndpoint
The logger name to use
getLoggingLevel(Map<String, Object>) - Method in class org.apache.camel.component.log.LogComponent
Gets the logging level, will default to use INFO if no level parameter provided.
getLogMask() - Method in class org.apache.camel.component.log.LogEndpoint
 
getMarker() - Method in class org.apache.camel.component.log.LogEndpoint
An optional Marker name to use.
getMaxChars() - Method in class org.apache.camel.component.log.LogEndpoint
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.log.LogComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.log.LogEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.log.LogComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.log.LogEndpointConfigurer
 
getProvidedLogger() - Method in class org.apache.camel.component.log.LogEndpoint
 
getStyle() - Method in class org.apache.camel.component.log.LogEndpoint
 

I

isEnabled(String) - Method in class org.apache.camel.component.log.LogEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.log.LogEndpointUriFactory
 
isMultiline() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowAll() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowBody() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowBodyType() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowCaughtException() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowException() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowExchangeId() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowExchangePattern() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowFiles() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowFuture() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowHeaders() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowProperties() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowStackTrace() - Method in class org.apache.camel.component.log.LogEndpoint
 
isShowStreams() - Method in class org.apache.camel.component.log.LogEndpoint
 
isSkipBodyLineSeparator() - Method in class org.apache.camel.component.log.LogEndpoint
 

L

LogComponent - Class in org.apache.camel.component.log
The Log Component is for logging message exchanges via the underlying logging mechanism.
LogComponent() - Constructor for class org.apache.camel.component.log.LogComponent
 
LogComponentConfigurer - Class in org.apache.camel.component.log
Generated by camel build tools - do NOT edit this file!
LogComponentConfigurer() - Constructor for class org.apache.camel.component.log.LogComponentConfigurer
 
LogEndpoint - Class in org.apache.camel.component.log
Log messages to the underlying logging mechanism.
LogEndpoint() - Constructor for class org.apache.camel.component.log.LogEndpoint
 
LogEndpoint(String, Component) - Constructor for class org.apache.camel.component.log.LogEndpoint
 
LogEndpoint(String, Component, Processor) - Constructor for class org.apache.camel.component.log.LogEndpoint
 
LogEndpointConfigurer - Class in org.apache.camel.component.log
Generated by camel build tools - do NOT edit this file!
LogEndpointConfigurer() - Constructor for class org.apache.camel.component.log.LogEndpointConfigurer
 
LogEndpointUriFactory - Class in org.apache.camel.component.log
Generated by camel build tools - do NOT edit this file!
LogEndpointUriFactory() - Constructor for class org.apache.camel.component.log.LogEndpointUriFactory
 
LogProducer - Class in org.apache.camel.component.log
Log producer.
LogProducer(Endpoint, Processor) - Constructor for class org.apache.camel.component.log.LogProducer
 

O

org.apache.camel.component.log - package org.apache.camel.component.log
The Log Component uses Jakarta Commons Logging to log message exchanges.

P

process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.log.LogProducer
 
propertyNames() - Method in class org.apache.camel.component.log.LogEndpointUriFactory
 

S

secretPropertyNames() - Method in class org.apache.camel.component.log.LogEndpointUriFactory
 
setExchangeFormatter(ExchangeFormatter) - Method in class org.apache.camel.component.log.LogComponent
Sets a custom ExchangeFormatter to convert the Exchange to a String suitable for logging.
setExchangeFormatter(ExchangeFormatter) - Method in class org.apache.camel.component.log.LogEndpoint
To use a custom exchange formatter
setGroupActiveOnly(Boolean) - Method in class org.apache.camel.component.log.LogEndpoint
If true, will hide stats when no new messages have been received for a time interval, if false, show stats regardless of message traffic.
setGroupDelay(Long) - Method in class org.apache.camel.component.log.LogEndpoint
Set the initial delay for stats (in millis)
setGroupInterval(Long) - Method in class org.apache.camel.component.log.LogEndpoint
If specified will group message stats by this time interval (in millis)
setGroupSize(Integer) - Method in class org.apache.camel.component.log.LogEndpoint
An integer that specifies a group size for throughput logging.
setLevel(String) - Method in class org.apache.camel.component.log.LogEndpoint
Logging level to use.
setLogger(Processor) - Method in class org.apache.camel.component.log.LogEndpoint
 
setLoggerName(String) - Method in class org.apache.camel.component.log.LogEndpoint
The logger name to use
setLogMask(Boolean) - Method in class org.apache.camel.component.log.LogEndpoint
If true, mask sensitive information like password or passphrase in the log.
setMarker(String) - Method in class org.apache.camel.component.log.LogEndpoint
An optional Marker name to use.
setMaxChars(int) - Method in class org.apache.camel.component.log.LogEndpoint
 
setMultiline(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setProvidedLogger(Logger) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowAll(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowBody(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowBodyType(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowCaughtException(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowException(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowExchangeId(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowExchangePattern(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowFiles(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowFuture(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowHeaders(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowProperties(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowStackTrace(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setShowStreams(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setSkipBodyLineSeparator(boolean) - Method in class org.apache.camel.component.log.LogEndpoint
 
setStyle(DefaultExchangeFormatter.OutputStyle) - Method in class org.apache.camel.component.log.LogEndpoint
 
B C D G I L O P S 
All Classes All Packages