Uses of Class
org.hpccsystems.ws.client.utils.Utils.LogLevel
-
Packages that use Utils.LogLevel Package Description org.hpccsystems.ws.client.utils Useful utilities for users of the HPCCWsClient libraries. -
-
Uses of Utils.LogLevel in org.hpccsystems.ws.client.utils
Methods in org.hpccsystems.ws.client.utils that return Utils.LogLevel Modifier and Type Method Description static Utils.LogLevelUtils.LogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Utils.LogLevel[]Utils.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.ws.client.utils with parameters of type Utils.LogLevel Modifier and Type Method Description static voidUtils. log(String message, Utils.LogLevel logLevel)Log.
-