DynamoDBSystemLogManager
Namespace: MBrace.AWS.Runtime
Management object for table storage based log files
Constructors
Constructor | Description |
new(clusterId)
Signature: clusterId:ClusterId -> DynamoDBSystemLogManager
|
CompiledName: |
Instance members
Instance member | Description |
ClearLogs(loggerId)
Signature: (loggerId:string option) -> Async<unit>
|
Asynchronously clears all system logs from table store. |
CreateLogWriter(loggerId)
Signature: loggerId:string -> Async<IRemoteSystemLogger>
|
Creates a local log writer using provided logger id. |
GetSystemLogPoller(loggerId)
Signature: (loggerId:string option) -> ILogPoller<SystemLogEntry>
|
Gets a log entry observable that asynchronously polls for new logs. |