StoreCloudLogManager
Namespace: MBrace.Runtime.Components
Cloud log manager implementation that uses the underlying cloud store for persisting and reading log entries.
Static members
Static member | Description |
Create(...)
Signature: (store:ICloudFileStore * schema:ICloudLogStoreSchema * sysLogger:ISystemLogger option * minInterval:int option * maxInterval:int option * minEntries:int option) -> StoreCloudLogManager
|
Creates a new store log manager instance with supplied store and container parameters. |