ConsoleLog
Interface Function
Print log.
Request Parameter
Parameter | Required | Type | Remarks |
---|---|---|---|
message | true | string | Log description |
data | true | object | Log content,which can be automatically serialized. |
Calling Sample
//
Service.ConsoleLog("data",BaseDoc);