DynamoDBCloudLogManager
Namespace: MBrace.AWS.Runtime
Management object for writing cloud process logs to the table store
Constructors
Constructor | Description |
new(clusterId)
Signature: clusterId:ClusterId -> DynamoDBCloudLogManager
|
CompiledName: |
Instance members
Instance member | Description |
GetLogPoller(processId)
Signature: processId:string -> ILogPoller<CloudLogEntry>
|
Fetches a cloud process log entry observable that asynchonously polls the store for new log entries. |