MBrace.Runtime


FileSystemLogger

Namespace: MBrace.Runtime

Logger that writes log entries to a local file

Static members

Static memberDescription
Create(path, showDate, append)
Signature: (path:string * showDate:bool option * append:bool option) -> FileSystemLogger

Creates a new file logger instance.

Fork me on GitHub