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