Package | com.aispeech.log |
Class | public class RecorderLog |
Inheritance | RecorderLog ![]() ![]() |
Default log of ASSDKLogBase sessionId recordId logType = ASSDKLogType.RECORD_LOG logEvent = ASSDKLogEvent.RECORD_STOP tsRecordStart tsRecordStop
Property | Defined By | ||
---|---|---|---|
![]() | LOG_SERVICE_URL : String = http://log.aispeech.com/sdk-monitor/sdklog [static] | ASSDKLogBase | |
recordId : String [write-only] | RecorderLog | ||
sessionId : String [write-only] | RecorderLog | ||
tsRecordStart : String [write-only] | RecorderLog | ||
tsRecordStop : String [write-only] | RecorderLog |
Method | Defined By | ||
---|---|---|---|
RecorderLog | |||
![]() | getTimeStamp():String [static]
| ASSDKLogBase | |
![]() | send():void | ASSDKLogBase | |
![]() | toString():String | ASSDKLogBase |
recordId | property |
recordId:String
[write-only] public function set recordId(value:String):void
sessionId | property |
sessionId:String
[write-only] public function set sessionId(value:String):void
tsRecordStart | property |
tsRecordStart:String
[write-only] public function set tsRecordStart(value:String):void
tsRecordStop | property |
tsRecordStop:String
[write-only] public function set tsRecordStop(value:String):void
RecorderLog | () | Constructor |
public function RecorderLog()