共用方式為


LoggerExtensions.Verbose3 方法

定義

多載

Verbose3(Logger, String)

在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

Verbose3(Logger, Int32, String)

使用指定的記錄識別碼代碼,在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

Verbose3(Logger, String, Object[])

在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

Verbose3(Logger, Int32, String, Object[])

使用指定的記錄識別碼代碼,在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

Verbose3(Logger, String)

在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

public static void Verbose3 (this Orleans.Runtime.Logger logger, string message);
static member Verbose3 : Orleans.Runtime.Logger * string -> unit
<Extension()>
Public Sub Verbose3 (logger As Logger, message As String)

參數

logger
Logger

記錄器

message
String

記錄訊息。

適用於

Verbose3(Logger, Int32, String)

使用指定的記錄識別碼代碼,在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

public static void Verbose3 (this Orleans.Runtime.Logger logger, int logCode, string message);
static member Verbose3 : Orleans.Runtime.Logger * int * string -> unit
<Extension()>
Public Sub Verbose3 (logger As Logger, logCode As Integer, message As String)

參數

logger
Logger

記錄器

logCode
Int32

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

message
String

記錄訊息。

適用於

Verbose3(Logger, String, Object[])

在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

public static void Verbose3 (this Orleans.Runtime.Logger logger, string format, params object[] args);
static member Verbose3 : Orleans.Runtime.Logger * string * obj[] -> unit
<Extension()>
Public Sub Verbose3 (logger As Logger, format As String, ParamArray args As Object())

參數

logger
Logger

記錄器

format
String

適用于 String.Format 的標準格式字串。

args
Object[]

格式字串的任何引數。

適用於

Verbose3(Logger, Int32, String, Object[])

使用指定的記錄識別碼代碼,在 Verbose3 嚴重性層級寫入記錄專案。 詳細資訊3 是最低嚴重性層級。

public static void Verbose3 (this Orleans.Runtime.Logger logger, int logCode, string format, params object[] args);
static member Verbose3 : Orleans.Runtime.Logger * int * string * obj[] -> unit
<Extension()>
Public Sub Verbose3 (logger As Logger, logCode As Integer, format As String, ParamArray args As Object())

參數

logger
Logger

記錄器

logCode
Int32

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

format
String

適用于 String.Format 的標準格式字串。

args
Object[]

格式字串的任何引數。

適用於