TraceLogger Type
Simple logger abstraction to avoid hard dependency on external logging packages.
Record fields
| Record Field |
Description
|
Full Usage:
Debug
Field type: string -> unit
|
|
Full Usage:
Error
Field type: string -> unit
|
|
Full Usage:
Info
Field type: string -> unit
|
|
Full Usage:
Warn
Field type: string -> unit
|
|
Xanthos