Packagecom.aispeech.log
Classpublic class RecorderLog
InheritanceRecorderLog Inheritance ASSDKLogBase Inheritance Object

Record log when a record stops Information loged included:
         Default log of ASSDKLogBase
         sessionId
         recordId
         logType = ASSDKLogType.RECORD_LOG
         logEvent = ASSDKLogEvent.RECORD_STOP
         tsRecordStart
         tsRecordStop
     



Public Properties
 PropertyDefined By
 InheritedLOG_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
Protected Properties
 PropertyDefined By
 Inherited_logObject : Object
ASSDKLogBase
Public Methods
 MethodDefined By
  
RecorderLog
 Inherited
getTimeStamp():String
[static]
ASSDKLogBase
 Inherited
send():void
ASSDKLogBase
 Inherited
toString():String
ASSDKLogBase
Protected Methods
 MethodDefined By
 Inherited
addLog(name:String, value:String):void
ASSDKLogBase
 Inherited
getLog(name:String):String
ASSDKLogBase
 Inherited
hasLog(name:String):Boolean
ASSDKLogBase
Property Detail
recordIdproperty
recordId:String  [write-only]


Implementation
    public function set recordId(value:String):void
sessionIdproperty 
sessionId:String  [write-only]


Implementation
    public function set sessionId(value:String):void
tsRecordStartproperty 
tsRecordStart:String  [write-only]


Implementation
    public function set tsRecordStart(value:String):void
tsRecordStopproperty 
tsRecordStop:String  [write-only]


Implementation
    public function set tsRecordStop(value:String):void
Constructor Detail
RecorderLog()Constructor
public function RecorderLog()