Debug Type
Record fields
| Record Field |
Description
|
Full Usage:
verbose
Field type: bool option
Modifiers: mutable static |
|
Static members
| Static member |
Description
|
Full Usage:
Debug.logInfo (str, data)
Parameters:
string
data : 'a
|
Log to stdout in DEBUG builds only
|
Full Usage:
Debug.logInfo str
Parameters:
string
|
Log to stdout in DEBUG builds only
|
FSharp.Control.TaskSeq