OrleansLoggingUtils.FormatLogMessageToLegacyStyle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在記錄期間呼叫的方法,將記錄資訊格式化為字串,這是舊版記錄樣式
public static string FormatLogMessageToLegacyStyle (DateTime timestamp, Orleans.Runtime.Severity severity, Orleans.Runtime.LoggerType loggerType, string caller, string message, System.Net.IPEndPoint myIPEndPoint, Exception exception, int errorCode, bool includeStackTrace);
static member FormatLogMessageToLegacyStyle : DateTime * Orleans.Runtime.Severity * Orleans.Runtime.LoggerType * string * string * System.Net.IPEndPoint * Exception * int * bool -> string
Public Shared Function FormatLogMessageToLegacyStyle (timestamp As DateTime, severity As Severity, loggerType As LoggerType, caller As String, message As String, myIPEndPoint As IPEndPoint, exception As Exception, errorCode As Integer, includeStackTrace As Boolean) As String
參數
- timestamp
- DateTime
記錄訊息的時間戳記。
- severity
- Severity
正在追蹤之訊息的嚴重性。
- loggerType
- LoggerType
正在追蹤訊息的記錄器類型。
- caller
- String
記錄器追蹤訊息的名稱。
- message
- String
要記錄的訊息。
- myIPEndPoint
- IPEndPoint
IPEndPoint如果已知,則為一個用戶端/伺服器的 。 可能是 Null。
- exception
- Exception
要記錄的例外狀況。 可能是 Null。
- errorCode
- Int32
此記錄專案的數值事件碼。 可能是零,表示 'Unspecified'。
- includeStackTrace
- Boolean
判斷是否包含堆疊追蹤