| Modifier and Type | Method and Description |
|---|---|
static FutureRpcResults.LogLevel |
FutureRpcResults.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FutureRpcResults.LogLevel[] |
FutureRpcResults.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FutureRpcResults.FutureRpcResultBuilder<I,O> |
FutureRpcResults.FutureRpcResultBuilder.onEnterLogLevel(FutureRpcResults.LogLevel level)
Sets a custom on-enter SLF4J logging level.
|
FutureRpcResults.FutureRpcResultBuilder<I,O> |
FutureRpcResults.FutureRpcResultBuilder.onFailureLogLevel(FutureRpcResults.LogLevel level)
Sets a custom on-failure SLF4J logging level, in case of an exception.
|
FutureRpcResults.FutureRpcResultBuilder<I,O> |
FutureRpcResults.FutureRpcResultBuilder.onSuccessLogLevel(FutureRpcResults.LogLevel level)
Sets a custom on-success SLF4J logging level.
|
Copyright © 2019 OpenDaylight. All rights reserved.