public static interface LogEndpointBuilderFactory.LogEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder |
advanced() |
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupActiveOnly(Boolean groupActiveOnly)
If true, will hide stats when no new messages have been received for
a time interval, if false, show stats regardless of message traffic.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupActiveOnly(String groupActiveOnly)
If true, will hide stats when no new messages have been received for
a time interval, if false, show stats regardless of message traffic.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupDelay(Long groupDelay)
Set the initial delay for stats (in millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupDelay(String groupDelay)
Set the initial delay for stats (in millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupInterval(Long groupInterval)
If specified will group message stats by this time interval (in
millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupInterval(String groupInterval)
If specified will group message stats by this time interval (in
millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupSize(Integer groupSize)
An integer that specifies a group size for throughput logging.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
groupSize(String groupSize)
An integer that specifies a group size for throughput logging.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
level(String level)
Logging level to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
logMask(Boolean logMask)
If true, mask sensitive information like password or passphrase in
the log.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
logMask(String logMask)
If true, mask sensitive information like password or passphrase in
the log.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
marker(String marker)
An optional Marker name to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
maxChars(int maxChars)
Limits the number of characters logged per line.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
maxChars(String maxChars)
Limits the number of characters logged per line.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
multiline(boolean multiline)
If enabled then each information is outputted on a newline.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
multiline(String multiline)
If enabled then each information is outputted on a newline.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showAll(boolean showAll)
Quick option for turning all options on.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showAll(String showAll)
Quick option for turning all options on.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showAllProperties(boolean showAllProperties)
Show all of the exchange properties (both internal and custom).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showAllProperties(String showAllProperties)
Show all of the exchange properties (both internal and custom).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showBody(boolean showBody)
Show the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showBody(String showBody)
Show the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showBodyType(boolean showBodyType)
Show the body Java type.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showBodyType(String showBodyType)
Show the body Java type.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showCaughtException(boolean showCaughtException)
If the exchange has a caught exception, show the exception message
(no stack trace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showCaughtException(String showCaughtException)
If the exchange has a caught exception, show the exception message
(no stack trace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showException(boolean showException)
If the exchange has an exception, show the exception message (no
stacktrace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showException(String showException)
If the exchange has an exception, show the exception message (no
stacktrace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showExchangeId(boolean showExchangeId)
Show the unique exchange ID.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showExchangeId(String showExchangeId)
Show the unique exchange ID.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showExchangePattern(boolean showExchangePattern)
Shows the Message Exchange Pattern (or MEP for short).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showExchangePattern(String showExchangePattern)
Shows the Message Exchange Pattern (or MEP for short).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showFiles(boolean showFiles)
If enabled Camel will output files.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showFiles(String showFiles)
If enabled Camel will output files.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showFuture(boolean showFuture)
If enabled Camel will on Future objects wait for it to complete to
obtain the payload to be logged.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showFuture(String showFuture)
If enabled Camel will on Future objects wait for it to complete to
obtain the payload to be logged.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showHeaders(boolean showHeaders)
Show the message headers.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showHeaders(String showHeaders)
Show the message headers.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showProperties(boolean showProperties)
Show the exchange properties (only custom).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showProperties(String showProperties)
Show the exchange properties (only custom).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showStackTrace(boolean showStackTrace)
Show the stack trace, if an exchange has an exception.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showStackTrace(String showStackTrace)
Show the stack trace, if an exchange has an exception.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showStreams(boolean showStreams)
Whether Camel should show stream bodies or not (eg such as
java.io.InputStream).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
showStreams(String showStreams)
Whether Camel should show stream bodies or not (eg such as
java.io.InputStream).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
skipBodyLineSeparator(boolean skipBodyLineSeparator)
Whether to skip line separators when logging the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
skipBodyLineSeparator(String skipBodyLineSeparator)
Whether to skip line separators when logging the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
style(LogEndpointBuilderFactory.OutputStyle style)
Sets the outputs style to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
style(String style)
Sets the outputs style to use.
|
default LogEndpointBuilderFactory.AdvancedLogEndpointBuilder advanced()
default LogEndpointBuilderFactory.LogEndpointBuilder groupActiveOnly(Boolean groupActiveOnly)
groupActiveOnly - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupActiveOnly(String groupActiveOnly)
groupActiveOnly - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupDelay(Long groupDelay)
groupDelay - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupDelay(String groupDelay)
groupDelay - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupInterval(Long groupInterval)
groupInterval - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupInterval(String groupInterval)
groupInterval - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupSize(Integer groupSize)
groupSize - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder groupSize(String groupSize)
groupSize - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder level(String level)
level - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder logMask(Boolean logMask)
logMask - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder logMask(String logMask)
logMask - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder marker(String marker)
marker - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder maxChars(int maxChars)
maxChars - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder maxChars(String maxChars)
maxChars - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder multiline(boolean multiline)
multiline - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder multiline(String multiline)
multiline - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showAll(boolean showAll)
showAll - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showAll(String showAll)
showAll - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showAllProperties(boolean showAllProperties)
showAllProperties - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showAllProperties(String showAllProperties)
showAllProperties - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showBody(boolean showBody)
showBody - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showBody(String showBody)
showBody - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showBodyType(boolean showBodyType)
showBodyType - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showBodyType(String showBodyType)
showBodyType - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showCaughtException(boolean showCaughtException)
showCaughtException - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showCaughtException(String showCaughtException)
showCaughtException - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showException(boolean showException)
showException - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showException(String showException)
showException - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showExchangeId(boolean showExchangeId)
showExchangeId - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showExchangeId(String showExchangeId)
showExchangeId - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showExchangePattern(boolean showExchangePattern)
showExchangePattern - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showExchangePattern(String showExchangePattern)
showExchangePattern - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showFiles(boolean showFiles)
showFiles - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showFiles(String showFiles)
showFiles - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showFuture(boolean showFuture)
showFuture - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showFuture(String showFuture)
showFuture - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showHeaders(boolean showHeaders)
showHeaders - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showHeaders(String showHeaders)
showHeaders - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showProperties(boolean showProperties)
showProperties - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showProperties(String showProperties)
showProperties - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showStackTrace(boolean showStackTrace)
showStackTrace - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showStackTrace(String showStackTrace)
showStackTrace - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showStreams(boolean showStreams)
showStreams - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder showStreams(String showStreams)
showStreams - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder skipBodyLineSeparator(boolean skipBodyLineSeparator)
skipBodyLineSeparator - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder skipBodyLineSeparator(String skipBodyLineSeparator)
skipBodyLineSeparator - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder style(LogEndpointBuilderFactory.OutputStyle style)
style - the value to setdefault LogEndpointBuilderFactory.LogEndpointBuilder style(String style)
style - the value to setApache Camel