MBrace.Runtime


ISystemLogger

Namespace: MBrace.Runtime

Abstract logger type used by underlying MBrace runtime implementations.

Instance members

Instance memberDescription
LogEntry(entry)
Signature: entry:SystemLogEntry -> unit
Modifiers: abstract

Logs a new entry.

Fork me on GitHub