OptionsLogger.LogOptions 方法

定义

重载

LogOptions()

使用已注册的格式化程序记录所有选项

LogOptions(IEnumerable<IOptionFormatter>)

使用一组格式化程序记录选项。

LogOptions()

Source:
IOptionsLogger.cs

使用已注册的格式化程序记录所有选项

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

适用于

LogOptions(IEnumerable<IOptionFormatter>)

Source:
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>

选项格式化程序集合。

适用于