| Package | Description |
|---|---|
| com.ibm.wiotp.sdk.device | |
| com.ibm.wiotp.sdk.devicemgmt | |
| com.ibm.wiotp.sdk.gateway |
| Modifier and Type | Method and Description |
|---|---|
int |
ManagedDevice.addLog(String message,
Date timestamp,
LogSeverity severity)
Appends a Log message to the Watson IoT Platform.
|
int |
ManagedDevice.addLog(String message,
Date timestamp,
LogSeverity severity,
String data)
The Log message that needs to be added to the Watson IoT Platform.
|
| Modifier and Type | Method and Description |
|---|---|
static LogSeverity |
LogSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogSeverity[] |
LogSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ManagedGateway.addDeviceLog(String typeId,
String deviceId,
String message,
Date timestamp,
LogSeverity severity)
Adds a Device(connected via the Gateway) Log message to the IBM Watson IoT Platform.
|
int |
ManagedGateway.addDeviceLog(String typeId,
String deviceId,
String message,
Date timestamp,
LogSeverity severity,
String data)
Adds a Device(connected via the Gateway) Log message to the IBM Watson IoT Platform.
|
int |
ManagedGateway.addGatewayLog(String message,
Date timestamp,
LogSeverity severity)
Adds a Gateway Log message to the IBM Watson IoT Platform.
|
int |
ManagedGateway.addGatewayLog(String message,
Date timestamp,
LogSeverity severity,
String data)
Adds a Gateway Log message to the IBM Watson IoT Platform.
|
Copyright © 2019. All rights reserved.