| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.AdvancedLogEndpointBuilder.basic() |
default LogEndpointBuilderFactory.LogEndpointBuilder |
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 |
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 |
LogEndpointBuilderFactory.LogEndpointBuilder.groupDelay(Long groupDelay)
Set the initial delay for stats (in millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.groupDelay(String groupDelay)
Set the initial delay for stats (in millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.groupInterval(Long groupInterval)
If specified will group message stats by this time interval (in
millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.groupInterval(String groupInterval)
If specified will group message stats by this time interval (in
millis).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.groupSize(Integer groupSize)
An integer that specifies a group size for throughput logging.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.groupSize(String groupSize)
An integer that specifies a group size for throughput logging.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.level(String level)
Logging level to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.log(String path)
Log (camel-log)
The log component logs message exchanges to the underlying logging
mechanism.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.logMask(Boolean logMask)
If true, mask sensitive information like password or passphrase in
the log.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.logMask(String logMask)
If true, mask sensitive information like password or passphrase in
the log.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.marker(String marker)
An optional Marker name to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.maxChars(int maxChars)
Limits the number of characters logged per line.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.maxChars(String maxChars)
Limits the number of characters logged per line.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.multiline(boolean multiline)
If enabled then each information is outputted on a newline.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.multiline(String multiline)
If enabled then each information is outputted on a newline.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showAll(boolean showAll)
Quick option for turning all options on.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showAll(String showAll)
Quick option for turning all options on.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showBody(boolean showBody)
Show the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showBody(String showBody)
Show the message body.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showBodyType(boolean showBodyType)
Show the body Java type.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showBodyType(String showBodyType)
Show the body Java type.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showCaughtException(boolean showCaughtException)
f the exchange has a caught exception, show the exception message (no
stack trace).A caught exception is stored as a property on the
exchange (using the key org.apache.camel.Exchange#EXCEPTION_CAUGHT
and for instance a doCatch can catch exceptions.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showCaughtException(String showCaughtException)
f the exchange has a caught exception, show the exception message (no
stack trace).A caught exception is stored as a property on the
exchange (using the key org.apache.camel.Exchange#EXCEPTION_CAUGHT
and for instance a doCatch can catch exceptions.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showException(boolean showException)
If the exchange has an exception, show the exception message (no
stacktrace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showException(String showException)
If the exchange has an exception, show the exception message (no
stacktrace).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showExchangeId(boolean showExchangeId)
Show the unique exchange ID.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showExchangeId(String showExchangeId)
Show the unique exchange ID.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showExchangePattern(boolean showExchangePattern)
Shows the Message Exchange Pattern (or MEP for short).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showExchangePattern(String showExchangePattern)
Shows the Message Exchange Pattern (or MEP for short).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showFiles(boolean showFiles)
If enabled Camel will output files.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showFiles(String showFiles)
If enabled Camel will output files.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
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 |
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 |
LogEndpointBuilderFactory.LogEndpointBuilder.showHeaders(boolean showHeaders)
Show the message headers.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showHeaders(String showHeaders)
Show the message headers.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showProperties(boolean showProperties)
Show the exchange properties.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showProperties(String showProperties)
Show the exchange properties.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showStackTrace(boolean showStackTrace)
Show the stack trace, if an exchange has an exception.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showStackTrace(String showStackTrace)
Show the stack trace, if an exchange has an exception.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showStreams(boolean showStreams)
Whether Camel should show stream bodies or not (eg such as
java.io.InputStream).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.showStreams(String showStreams)
Whether Camel should show stream bodies or not (eg such as
java.io.InputStream).
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.skipBodyLineSeparator(boolean skipBodyLineSeparator)
Whether to skip line separators when logging the message body.This
allows to log the message body in one line, setting this option to
false will preserve any line separators from the body, which then
will log the body as is.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.skipBodyLineSeparator(String skipBodyLineSeparator)
Whether to skip line separators when logging the message body.This
allows to log the message body in one line, setting this option to
false will preserve any line separators from the body, which then
will log the body as is.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.style(LogEndpointBuilderFactory.OutputStyle style)
Sets the outputs style to use.
|
default LogEndpointBuilderFactory.LogEndpointBuilder |
LogEndpointBuilderFactory.LogEndpointBuilder.style(String style)
Sets the outputs style to use.
|
Apache Camel