OptionsLogger.LogOptions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LogOptions() |
使用已註冊的格式器記錄所有選項 |
LogOptions(IEnumerable<IOptionFormatter>) |
使用一組格式子的記錄選項。 |
LogOptions()
使用已註冊的格式器記錄所有選項
public void LogOptions ();
member this.LogOptions : unit -> unit
Public Sub LogOptions ()
適用於
LogOptions(IEnumerable<IOptionFormatter>)
使用一組格式子的記錄選項。
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>
選項格式子的集合。