Constructor
Only ASSDKStartLog calls ASSDKLogBase with parameters logId and appId,
as to initialise the whole serial of log
The rest ASSDKLogBase childern classes call this without parameters
public static var LOG_SERVICE_URL:String = http://log.aispeech.com/sdk-monitor/sdklog
Constructor Detail
ASSDKLogBase
()
Constructor
public function ASSDKLogBase(logId:String, applicationId:String)
Constructor
Only ASSDKStartLog calls ASSDKLogBase with parameters logId and appId,
as to initialise the whole serial of log
The rest ASSDKLogBase childern classes call this without parameters
Parameters
logId:String — default ""
applicationId:String — default ""
Method Detail
addLog
()
method
protected function addLog(name:String, value:String):void