This commit is contained in:
OpenPublishBuild 2017-03-28 06:05:50 +00:00
Родитель d95422c068
Коммит a44a3a1b59
3 изменённых файлов: 54 добавлений и 14 удалений

Просмотреть файл

@ -6,6 +6,7 @@ items:
- com.microsoft.azure.sdk.iot.device._custom_logger.CustomLogger(Class<?>)
- com.microsoft.azure.sdk.iot.device._custom_logger.getMethodName()
- com.microsoft.azure.sdk.iot.device._custom_logger.LogDebug(String,Object...)
- com.microsoft.azure.sdk.iot.device._custom_logger.LogDebug(String,Throwable,Object...)
- com.microsoft.azure.sdk.iot.device._custom_logger.LogError(String,Object...)
- com.microsoft.azure.sdk.iot.device._custom_logger.LogError(Throwable)
- com.microsoft.azure.sdk.iot.device._custom_logger.LogFatal(String,Object...)
@ -61,7 +62,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 73
startLine: 81
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public String getMethodName()
@ -88,6 +89,29 @@ items:
type: "26831127"
- id: params
type: 1355eaf1
- uid: com.microsoft.azure.sdk.iot.device._custom_logger.LogDebug(String,Throwable,Object...)
id: )
parent: com.microsoft.azure.sdk.iot.device._custom_logger
href: com.microsoft.azure.sdk.iot.device._custom_logger.yml
langs:
- java
name: LogDebug(String message, Throwable t, Object...params)
fullName: void com.microsoft.azure.sdk.iot.device.CustomLogger.LogDebug(String message, Throwable t, Object...params)
type: Method
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 33
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogDebug(String message, Throwable t, Object...params)
parameters:
- id: message
type: "26831127"
- id: t
type: a04fafd7
- id: params
type: 1355eaf1
- uid: com.microsoft.azure.sdk.iot.device._custom_logger.LogError(String,Object...)
id: )
parent: com.microsoft.azure.sdk.iot.device._custom_logger
@ -100,7 +124,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 57
startLine: 65
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogError(String message, Object...params)
@ -121,7 +145,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 65
startLine: 73
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogError(Throwable exception)
@ -140,7 +164,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 49
startLine: 57
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogFatal(String message, Object...params)
@ -182,7 +206,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 33
startLine: 41
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogTrace(String message, Object...params)
@ -203,7 +227,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/CustomLogger.java
startLine: 41
startLine: 49
package: com.microsoft.azure.sdk.iot.device
syntax:
content: public void LogWarn(String message, Object...params)

Просмотреть файл

@ -18,7 +18,7 @@ items:
branch: master
repo: https://github.com/Azure/azure-iot-sdk-java
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubReceiveTask.java
startLine: 9
startLine: 11
package: com.microsoft.azure.sdk.iot.device.transport
summary: <p>Polls an IoT Hub for messages and invokes a callback if one is found. Meant to be used with an executor that continuously calls run(). </p>
syntax:
@ -38,7 +38,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubReceiveTask.java
startLine: 13
startLine: 19
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: public IotHubReceiveTask(IotHubTransport transport)
@ -57,7 +57,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubReceiveTask.java
startLine: 19
startLine: 32
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: public void run()
@ -73,7 +73,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubReceiveTask.java
startLine: 11
startLine: 13
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: protected final IotHubTransport transport
@ -97,3 +97,11 @@ references:
summary: <p>An interface for an IoT Hub transport. </p>
syntax:
content: public interface IotHubTransport
- uid: com.microsoft.azure.sdk.iot.device._custom_logger
parent: com.microsoft.azure.sdk.iot.device
href: com.microsoft.azure.sdk.iot.device._custom_logger.yml
name: CustomLogger
fullName: com.microsoft.azure.sdk.iot.device.CustomLogger
type: Class
syntax:
content: public class CustomLogger

Просмотреть файл

@ -18,7 +18,7 @@ items:
branch: master
repo: https://github.com/Azure/azure-iot-sdk-java
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubSendTask.java
startLine: 9
startLine: 11
package: com.microsoft.azure.sdk.iot.device.transport
summary: <p>Sends batched messages and invokes callbacks on completed requests. Meant to be used with an executor that continuously calls run(). </p>
syntax:
@ -38,7 +38,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubSendTask.java
startLine: 13
startLine: 20
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: public IotHubSendTask(IotHubTransport transport)
@ -57,7 +57,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubSendTask.java
startLine: 19
startLine: 31
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: public void run()
@ -73,7 +73,7 @@ items:
source:
remote: *o0
path: device/iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/IotHubSendTask.java
startLine: 11
startLine: 13
package: com.microsoft.azure.sdk.iot.device.transport
syntax:
content: protected final IotHubTransport transport
@ -97,3 +97,11 @@ references:
summary: <p>An interface for an IoT Hub transport. </p>
syntax:
content: public interface IotHubTransport
- uid: com.microsoft.azure.sdk.iot.device._custom_logger
parent: com.microsoft.azure.sdk.iot.device
href: com.microsoft.azure.sdk.iot.device._custom_logger.yml
name: CustomLogger
fullName: com.microsoft.azure.sdk.iot.device.CustomLogger
type: Class
syntax:
content: public class CustomLogger