ExtraTopLevelOperators.eprintfn<'T> 함수(F#)
지정된 형식을 사용하여 stderr로 출력하고 줄 바꿈 문자를 추가합니다.
네임스페이스/모듈 경로: Microsoft.FSharp.Core.ExtraTopLevelOperators
어셈블리: FSharp.Core(FSharp.Core.dll)
// Signature:
eprintfn : TextWriterFormat<'T> -> 'T
// Usage:
eprintfn format
매개 변수
- format
형식: TextWriterFormat<'T>
설명
컴파일된 어셈블리에서 이 함수의 이름은 PrintFormatLineToError입니다. F# 이외의 언어에서 함수에 액세스하거나 리플렉션을 통해 함수에 액세스하는 경우 이 이름을 사용합니다.
예제
다음 코드 예제에서는 eprintfn를 사용하는 방법을 보여 줍니다.
let maxValue = 10
let function1 x =
if (x > maxValue) then
eprintfn "Error: the input %d exceeds the maximum value, %d." x maxValue
else
printfn "Success!"
function1 1
function1 11
Output
플랫폼
Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8
버전 정보
F# 코어 라이브러리 버전
지원되는 버전: 2.0, 4.0