TransAlt


Logger

Simple logger which works as printfn but is threadsafe

Functions and values

Function or valueDescription
agent
Signature: MailboxProcessor<string * string>
log who msg
Signature: who:string -> msg:string -> unit

log string

logf who fmt msg
Signature: who:string -> fmt:StringFormat<('?7172 -> string)> -> msg:'?7172 -> unit
Type parameters: '?7172

log formatted string

skip
Signature: string list
Fork me on GitHub