Click or drag to resize
UtilshowLoga Method
Shows a line of output to the log file.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static member showLog : 
        fmt : PrintfFormat<'a, Unit, string, Unit> -> 'a 

Parameters

fmt
Type: Microsoft.FSharp.CorePrintfFormata, Unit, String, Unit
printf format parameters

Type Parameters

a
Internal type of the printf string. The F# compiler will deduce this.

Return Value

Type: a
Internal printformat
See Also