MBrace.Runtime


StoreCloudLogManager

Namespace: MBrace.Runtime.Components

Cloud log manager implementation that uses the underlying cloud store for persisting and reading log entries.

Static members

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

Fork me on GitHub