MBrace.AWS


DynamoDBCloudLogManager

Namespace: MBrace.AWS.Runtime

Management object for writing cloud process logs to the table store

Constructors

ConstructorDescription
new(clusterId)
Signature: clusterId:ClusterId -> DynamoDBCloudLogManager

CompiledName: .ctor

Instance members

Instance memberDescription
GetLogPoller(processId)
Signature: processId:string -> ILogPoller<CloudLogEntry>

Fetches a cloud process log entry observable that asynchonously polls the store for new log entries.

Fork me on GitHub