Click or drag to resize
UtilshowLogInd Method
Shows an indented line of output to the log file. This routine is used by or with various Dump() routines.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member showLogInd : 
        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