Uses of Enum Class
org.springframework.integration.handler.LoggingHandler.Level
Package
Description
Root package of the Spring Integration Java DSL.
Provides classes implementing various types of message handler.
-
Uses of LoggingHandler.Level in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.log
(LoggingHandler.Level level) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for providedLoggingHandler.Level
logging level andorg.springframework.integration.handler.LoggingHandler
as a default logging category.BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, String category) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level and logging category.BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, String category, String logExpression) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level, logging category and SpEL expression for the log message.<P> B
BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, String category, Function<Message<P>, Object> function) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level, logging category andFunction
for the log message.BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, String category, Expression logExpression) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level, logging category and SpEL expression for the log message.<P> B
BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, Function<Message<P>, Object> function) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level, theorg.springframework.integration.handler.LoggingHandler
as a default logging category andFunction
for the log message.BaseIntegrationFlowDefinition.log
(LoggingHandler.Level level, Expression logExpression) Populate aWireTap
for theBaseIntegrationFlowDefinition.currentMessageChannel
with theLoggingHandler
subscriber for the providedLoggingHandler.Level
logging level, theorg.springframework.integration.handler.LoggingHandler
as a default logging category and SpEL expression to evaluate logger message at runtime against the requestMessage
.BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level) Deprecated.BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, String category) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow.BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, String category, String logExpression) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow.<P> IntegrationFlow
BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, String category, Function<Message<P>, Object> function) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow.BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, String category, Expression logExpression) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow.<P> IntegrationFlow
BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, Function<Message<P>, Object> function) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow.BaseIntegrationFlowDefinition.logAndReply
(LoggingHandler.Level level, Expression logExpression) Deprecated.since 6.0 in favor ofBaseIntegrationFlowDefinition.log()
in the end of flow. -
Uses of LoggingHandler.Level in org.springframework.integration.handler
Modifier and TypeMethodDescriptionLoggingHandler.getLevel()
static LoggingHandler.Level
Returns the enum constant of this class with the specified name.static LoggingHandler.Level[]
LoggingHandler.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LoggingHandler.setLevel
(LoggingHandler.Level level) Set the loggingLoggingHandler.Level
to change the behavior at runtime.
BaseIntegrationFlowDefinition.log()
in the end of flow.