Skip navigation links
C D G L O P S 

C

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

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

G

getExchangeFormatter() - Method in class org.apache.camel.component.log.LogComponent
 
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.
getLocalFormatter() - Method in class org.apache.camel.component.log.LogEndpoint
 
getLogger(Map<String, Object>) - Method in class org.apache.camel.component.log.LogComponent
Gets optional Logger instance from parameters.
getLogger() - Method in class org.apache.camel.component.log.LogEndpoint
 
getLogger() - Method in class org.apache.camel.component.log.LogProducer
 
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.
getProvidedLogger() - 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
 
LogEndpoint - Class in org.apache.camel.component.log
The log component logs message exchanges 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
 
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
 

S

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.
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.
setLocalFormatter(ExchangeFormatter) - Method in class org.apache.camel.component.log.LogEndpoint
 
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.
setProvidedLogger(Logger) - Method in class org.apache.camel.component.log.LogEndpoint
 
C D G L O P S 
Skip navigation links

Apache Camel