Uses of Interface
org.apache.camel.builder.endpoint.dsl.LogEndpointBuilderFactory.LogEndpointBuilder
Packages that use LogEndpointBuilderFactory.LogEndpointBuilder
-
Uses of LogEndpointBuilderFactory.LogEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return LogEndpointBuilderFactory.LogEndpointBuilderModifier and TypeMethodDescriptionLog (camel-log) Log messages to the underlying logging mechanism.Log (camel-log) Log messages to the underlying logging mechanism. -
Uses of LogEndpointBuilderFactory.LogEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LogEndpointBuilderFactory.LogEndpointBuilderModifier and TypeMethodDescriptionLogEndpointBuilderFactory.AdvancedLogEndpointBuilder.basic()LogEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.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.LogEndpointBuilderFactory.LogEndpointBuilder.groupDelay(Long groupDelay) Set the initial delay for stats (in millis).LogEndpointBuilderFactory.LogEndpointBuilder.groupDelay(String groupDelay) Set the initial delay for stats (in millis).LogEndpointBuilderFactory.LogEndpointBuilder.groupInterval(Long groupInterval) If specified will group message stats by this time interval (in millis).LogEndpointBuilderFactory.LogEndpointBuilder.groupInterval(String groupInterval) If specified will group message stats by this time interval (in millis).An integer that specifies a group size for throughput logging.An integer that specifies a group size for throughput logging.Logging level to use.Log (camel-log) Log messages to the underlying logging mechanism.Log (camel-log) Log messages to the underlying logging mechanism.If true, mask sensitive information like password or passphrase in the log.If true, mask sensitive information like password or passphrase in the log.An optional Marker name to use.LogEndpointBuilderFactory.LogEndpointBuilder.maxChars(int maxChars) Limits the number of characters logged per line.Limits the number of characters logged per line.LogEndpointBuilderFactory.LogEndpointBuilder.multiline(boolean multiline) If enabled then each information is outputted on a newline.If enabled then each information is outputted on a newline.LogEndpointBuilderFactory.LogEndpointBuilder.plain(boolean plain) If enabled only the body will be printed out.If enabled only the body will be printed out.LogEndpointBuilderFactory.LogEndpointBuilder.showAll(boolean showAll) Quick option for turning all options on.Quick option for turning all options on.LogEndpointBuilderFactory.LogEndpointBuilder.showAllProperties(boolean showAllProperties) Show all of the exchange properties (both internal and custom).LogEndpointBuilderFactory.LogEndpointBuilder.showAllProperties(String showAllProperties) Show all of the exchange properties (both internal and custom).LogEndpointBuilderFactory.LogEndpointBuilder.showBody(boolean showBody) Show the message body.Show the message body.LogEndpointBuilderFactory.LogEndpointBuilder.showBodyType(boolean showBodyType) Show the body Java type.LogEndpointBuilderFactory.LogEndpointBuilder.showBodyType(String showBodyType) Show the body Java type.LogEndpointBuilderFactory.LogEndpointBuilder.showCachedStreams(boolean showCachedStreams) Whether Camel should show cached stream bodies or not (org.apache.camel.StreamCache).LogEndpointBuilderFactory.LogEndpointBuilder.showCachedStreams(String showCachedStreams) Whether Camel should show cached stream bodies or not (org.apache.camel.StreamCache).LogEndpointBuilderFactory.LogEndpointBuilder.showCaughtException(boolean showCaughtException) If the exchange has a caught exception, show the exception message (no stack trace).LogEndpointBuilderFactory.LogEndpointBuilder.showCaughtException(String showCaughtException) If the exchange has a caught exception, show the exception message (no stack trace).LogEndpointBuilderFactory.LogEndpointBuilder.showException(boolean showException) If the exchange has an exception, show the exception message (no stacktrace).LogEndpointBuilderFactory.LogEndpointBuilder.showException(String showException) If the exchange has an exception, show the exception message (no stacktrace).LogEndpointBuilderFactory.LogEndpointBuilder.showExchangeId(boolean showExchangeId) Show the unique exchange ID.LogEndpointBuilderFactory.LogEndpointBuilder.showExchangeId(String showExchangeId) Show the unique exchange ID.LogEndpointBuilderFactory.LogEndpointBuilder.showExchangePattern(boolean showExchangePattern) Shows the Message Exchange Pattern (or MEP for short).LogEndpointBuilderFactory.LogEndpointBuilder.showExchangePattern(String showExchangePattern) Shows the Message Exchange Pattern (or MEP for short).LogEndpointBuilderFactory.LogEndpointBuilder.showFiles(boolean showFiles) If enabled Camel will output files.If enabled Camel will output files.LogEndpointBuilderFactory.LogEndpointBuilder.showFuture(boolean showFuture) If enabled Camel will on Future objects wait for it to complete to obtain the payload to be logged.LogEndpointBuilderFactory.LogEndpointBuilder.showFuture(String showFuture) If enabled Camel will on Future objects wait for it to complete to obtain the payload to be logged.LogEndpointBuilderFactory.LogEndpointBuilder.showHeaders(boolean showHeaders) Show the message headers.LogEndpointBuilderFactory.LogEndpointBuilder.showHeaders(String showHeaders) Show the message headers.LogEndpointBuilderFactory.LogEndpointBuilder.showProperties(boolean showProperties) Show the exchange properties (only custom).LogEndpointBuilderFactory.LogEndpointBuilder.showProperties(String showProperties) Show the exchange properties (only custom).LogEndpointBuilderFactory.LogEndpointBuilder.showRouteGroup(boolean showRouteGroup) Show route Group.LogEndpointBuilderFactory.LogEndpointBuilder.showRouteGroup(String showRouteGroup) Show route Group.LogEndpointBuilderFactory.LogEndpointBuilder.showRouteId(boolean showRouteId) Show route ID.LogEndpointBuilderFactory.LogEndpointBuilder.showRouteId(String showRouteId) Show route ID.LogEndpointBuilderFactory.LogEndpointBuilder.showStackTrace(boolean showStackTrace) Show the stack trace, if an exchange has an exception.LogEndpointBuilderFactory.LogEndpointBuilder.showStackTrace(String showStackTrace) Show the stack trace, if an exchange has an exception.LogEndpointBuilderFactory.LogEndpointBuilder.showStreams(boolean showStreams) Whether Camel should show stream bodies or not (eg such as java.io.InputStream).LogEndpointBuilderFactory.LogEndpointBuilder.showStreams(String showStreams) Whether Camel should show stream bodies or not (eg such as java.io.InputStream).LogEndpointBuilderFactory.LogEndpointBuilder.skipBodyLineSeparator(boolean skipBodyLineSeparator) Whether to skip line separators when logging the message body.LogEndpointBuilderFactory.LogEndpointBuilder.skipBodyLineSeparator(String skipBodyLineSeparator) Whether to skip line separators when logging the message body.LogEndpointBuilderFactory.LogEndpointBuilder.sourceLocationLoggerName(boolean sourceLocationLoggerName) If enabled then the source location of where the log endpoint is used in Camel routes, would be used as logger name, instead of the given name.LogEndpointBuilderFactory.LogEndpointBuilder.sourceLocationLoggerName(String sourceLocationLoggerName) If enabled then the source location of where the log endpoint is used in Camel routes, would be used as logger name, instead of the given name.Sets the outputs style to use.LogEndpointBuilderFactory.LogEndpointBuilder.style(org.apache.camel.support.processor.DefaultExchangeFormatter.OutputStyle style) Sets the outputs style to use.