Freigeben über


OptionsLogger.LogOptions Methode

Definition

Überlädt

LogOptions()

Protokollieren aller Optionen mit registrierten Formatierern

LogOptions(IEnumerable<IOptionFormatter>)

Protokolloptionen mit einer Reihe von Formatierern.

LogOptions()

Quelle:
IOptionsLogger.cs

Protokollieren aller Optionen mit registrierten Formatierern

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

Gilt für:

LogOptions(IEnumerable<IOptionFormatter>)

Quelle:
IOptionsLogger.cs

Protokolloptionen mit einer Reihe von Formatierern.

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))

Parameter

formatters
IEnumerable<IOptionFormatter>

Die Auflistung von Optionsformatierern.

Gilt für: