Shows an indented line of output, with no prefix, to the console and log file.
This routine is used by or with various Dump() routines.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member showBareInd :
level : int *
line : string -> unit
Parameters
- level
- Type: SystemInt32
The indentation level.
Each level represents a two space indent. - line
- Type: SystemString
The text to show.
See Also