次の方法で共有


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>

オプション フォーマッタのコレクション。

適用対象