Uses of Class
com.github.lucadruda.iotc.device.enums.IOTC_LOGGING
| Package | Description |
|---|---|
| com.github.lucadruda.iotc.device | |
| com.github.lucadruda.iotc.device.enums |
-
Uses of IOTC_LOGGING in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_LOGGING Modifier and Type Method Description voidConsoleLogger. SetLevel(IOTC_LOGGING level)voidILogger. SetLevel(IOTC_LOGGING level)voidIIoTCClient. SetLogging(IOTC_LOGGING loggingLevel)voidIoTCClient. SetLogging(IOTC_LOGGING logLevel) -
Uses of IOTC_LOGGING in com.github.lucadruda.iotc.device.enums
Methods in com.github.lucadruda.iotc.device.enums that return IOTC_LOGGING Modifier and Type Method Description static IOTC_LOGGINGIOTC_LOGGING. valueOf(String name)Returns the enum constant of this type with the specified name.static IOTC_LOGGING[]IOTC_LOGGING. values()Returns an array containing the constants of this enum type, in the order they are declared.