FsStorm


Logging

Namespace: global

Custom file-based logging that writes to a pid-identified file.

Functions and values

Function or valueDescription
cleanupOldLogs ()
Signature: unit -> unit
log tag desc
Signature: tag:string -> desc:string -> unit
log_path
Signature: string
logex tag ex
Signature: tag:string -> ex:Exception -> unit
pid
Signature: string
terminateLog ()
Signature: unit -> unit
Fork me on GitHub