Uses of Enum Class
org.springframework.integration.handler.LoggingHandler.Level
Packages that use 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
Methods in org.springframework.integration.dsl with parameters of type LoggingHandler.LevelModifier 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
. -
Uses of LoggingHandler.Level in org.springframework.integration.handler
Methods in org.springframework.integration.handler that return LoggingHandler.LevelModifier 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.Methods in org.springframework.integration.handler with parameters of type LoggingHandler.LevelModifier and TypeMethodDescriptionvoid
LoggingHandler.setLevel
(LoggingHandler.Level level) Set the loggingLoggingHandler.Level
to change the behavior at runtime.Constructors in org.springframework.integration.handler with parameters of type LoggingHandler.Level