Util.showBareLogInd Method

Liquid Quantum Simulator

UtilshowBareLogInd Method
Shows an indented line of output, with no prefix, 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 showBareLogInd : 
        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