次の方法で共有


OrleansLoggingUtils.FormatLogMessageToLegacyStyle メソッド

定義

ログ記録中にを呼び出してログ情報を文字列に書式設定するメソッド 。これは orleans レガシ ログ スタイルです

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 Orleans クライアント/サーバー (既知の場合) の 。 null も指定できます。

exception
Exception

ログに記録される例外。 null も指定できます。

errorCode
Int32

このログ エントリの数値イベント コード。 "未指定" を意味する 0 を指定できます。

includeStackTrace
Boolean

スタック トレースを含めるかどうかを判断する

戻り値

適用対象