MBrace.Azure


TableCloudLogManager

Namespace: MBrace.Azure.Runtime

Management object for writing cloud process logs to the table store

Constructors

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

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.

GetLogs(processId, fromDate, toDate)
Signature: (processId:string * fromDate:DateTimeOffset option * toDate:DateTimeOffset option) -> Async<ICollection<CloudLogRecord>>

Fetches all cloud process log entries satisfying given constraints.

Fork me on GitHub