Sink
Namespace: Scriptorium.Parchment Parent: Scriptorium.Parchment.global
type Sink = (Severity -> (string -> unit))
Description
A function that receives a Severity and a formatted message
and performs the actual output (console, file, network, etc.).