Package | Description |
---|---|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
Modifier and Type | Method and Description |
---|---|
LoggingHandler.Level |
LoggingHandler.getLevel() |
static LoggingHandler.Level |
LoggingHandler.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingHandler.Level[] |
LoggingHandler.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LoggingHandler.setLevel(LoggingHandler.Level level)
Set the logging
LoggingHandler.Level . |
Copyright © 2017. All rights reserved.