共用方式為


OptionsLogger.LogOptions 方法

定義

多載

LogOptions()

使用已註冊的格式器記錄所有選項

LogOptions(IEnumerable<IOptionFormatter>)

使用一組格式子的記錄選項。

LogOptions()

來源:
IOptionsLogger.cs

使用已註冊的格式器記錄所有選項

public void LogOptions ();
member this.LogOptions : unit -> unit
Public Sub LogOptions ()

適用於

LogOptions(IEnumerable<IOptionFormatter>)

來源:
IOptionsLogger.cs

使用一組格式子的記錄選項。

public void LogOptions (System.Collections.Generic.IEnumerable<Orleans.IOptionFormatter> formatters);
member this.LogOptions : seq<Orleans.IOptionFormatter> -> unit
Public Sub LogOptions (formatters As IEnumerable(Of IOptionFormatter))

參數

formatters
IEnumerable<IOptionFormatter>

選項格式子的集合。

適用於