MBrace.Runtime


StoreSystemLogManager

Namespace: MBrace.Runtime.Components

Tools for writing worker system logs to store.

Instance members

Instance memberDescription
CreateLogWriter(workerId)
Signature: workerId:IWorkerId -> Async<IRemoteSystemLogger>

Creates a logger implementation that asynchronously writes entries to blob store

Static members

Static memberDescription
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.

Fork me on GitHub