OptionsLogger.LogOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LogOptions() |
Log all options with registered formatters |
LogOptions(IEnumerable<IOptionFormatter>) |
Log options using a set of formatters. |
LogOptions()
- Source:
- IOptionsLogger.cs
Log all options with registered formatters
public void LogOptions ();
member this.LogOptions : unit -> unit
Public Sub LogOptions ()
Applies to
LogOptions(IEnumerable<IOptionFormatter>)
- Source:
- IOptionsLogger.cs
Log options using a set of formatters.
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))
Parameters
- formatters
- IEnumerable<IOptionFormatter>
The collection of options formatters.