Uses of Class
org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.LogLevel
-
Packages that use FutureRpcResults.LogLevel Package Description org.opendaylight.serviceutils.tools.rpc -
-
Uses of FutureRpcResults.LogLevel in org.opendaylight.serviceutils.tools.rpc
Methods in org.opendaylight.serviceutils.tools.rpc that return FutureRpcResults.LogLevel Modifier and Type Method 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.Methods in org.opendaylight.serviceutils.tools.rpc with parameters of type FutureRpcResults.LogLevel Modifier and Type Method 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.
-