Uses of Enum
com.github.lucadruda.iotc.device.enums.IOTC_LOGGING
Packages that use IOTC_LOGGING
-
Uses of IOTC_LOGGING in com.github.lucadruda.iotc.device
Methods in com.github.lucadruda.iotc.device with parameters of type IOTC_LOGGINGModifier and TypeMethodDescriptionvoid
ConsoleLogger.SetLevel(IOTC_LOGGING level)
void
ILogger.SetLevel(IOTC_LOGGING level)
void
IIoTCClient.SetLogging(IOTC_LOGGING loggingLevel)
void
IoTCClient.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_LOGGINGModifier and TypeMethodDescriptionstatic IOTC_LOGGING
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.