ExtraTopLevelOperators.eprintf <'T> Funkcja (F#)
Drukuj stderr w danym formacie.
Ścieżka obszaru nazw/modułu: Microsoft.FSharp.Core.ExtraTopLevelOperators
Zgromadzenie: FSharp.Core (w FSharp.Core.dll)
// Signature:
eprintf : TextWriterFormat<'T> -> 'T
// Usage:
eprintf format
Parametry
- format
Typ: TextWriterFormat<'T>
Uwagi
Ta funkcja o nazwie PrintFormatToError w skompilowane zestawy.Jeżeli języka, niż F# lub przez odbicie, uzyskują dostęp do funkcji, należy użyć tej nazwy.
Przykład
Poniższy kod demonstruje użycie eprintf.
let maxValue = 10
let function1 x =
if (x > maxValue) then
eprintf "Error: the input %d exceeds the maximum value, %d." x maxValue
else
printfn "Success!"
function1 1
function1 11
// Issue a newline to stderr to trigger printing.
stderr.WriteLine()
Wprowadza dane wyjściowe.
Platformy
Windows 8, Windows 7, Windows Server 2012 Windows Server 2008 R2
Informacje o wersji
F# Core wersji biblioteki
Obsługiwane: 2.0, 4.0