Uses of Enum Class
org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.LogLevel
-
Uses of FutureRpcResults.LogLevel in org.opendaylight.serviceutils.tools.rpc
Modifier and TypeMethodDescriptionstatic FutureRpcResults.LogLevel
Returns the enum constant of this class with the specified name.static FutureRpcResults.LogLevel[]
FutureRpcResults.LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionFutureRpcResults.FutureRpcResultBuilder.onEnterLogLevel
(FutureRpcResults.LogLevel level) Sets a custom on-enter SLF4J logging level.FutureRpcResults.FutureRpcResultBuilder.onFailureLogLevel
(FutureRpcResults.LogLevel level) Sets a custom on-failure SLF4J logging level, in case of an exception.FutureRpcResults.FutureRpcResultBuilder.onSuccessLogLevel
(FutureRpcResults.LogLevel level) Sets a custom on-success SLF4J logging level.