StoreSystemLogManager
Namespace: MBrace.Runtime.Components
Tools for writing worker system logs to store.
Instance members
Instance member | Description |
CreateLogWriter(workerId)
Signature: workerId:IWorkerId -> Async<IRemoteSystemLogger>
|
Creates a logger implementation that asynchronously writes entries to blob store |
Static members
Static member | Description |
Create(...)
Signature: (schema:ISystemLogStoreSchema * store:ICloudFileStore * minInterval:int option * maxInterval:int option * minEntries:int option) -> StoreSystemLogManager
|
Creates a new store log manager instance with supplied store and container parameters. |