共用方式為


LoggerExtensions.Error(Logger, Int32, String, Exception) 方法

定義

使用指定的記錄識別碼代碼,在錯誤嚴重性層級寫入記錄專案。 錯誤適用于需要立即系統管理回應的問題狀況。

public static void Error (this Orleans.Runtime.Logger logger, int logCode, string message, Exception exception = default);
static member Error : Orleans.Runtime.Logger * int * string * Exception -> unit
<Extension()>
Public Sub Error (logger As Logger, logCode As Integer, message As String, Optional exception As Exception = Nothing)

參數

logger
Logger

記錄器

logCode
Int32

與此訊息相關聯的記錄檔碼。

message
String

要記錄的錯誤訊息。

exception
Exception

如果有,則為與錯誤相關的例外狀況。

適用於