FormattedLogValues(String, Object[]) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy FormattedLogValues.
public:
FormattedLogValues(System::String ^ format, ... cli::array <System::Object ^> ^ values);
public FormattedLogValues(string? format, params object?[]? values);
new Microsoft.Extensions.Logging.Internal.FormattedLogValues : string * obj[] -> Microsoft.Extensions.Logging.Internal.FormattedLogValues
Public Sub New (format As String, ParamArray values As Object())
Parametry
- format
- String
Ciąg formatu.
- values
- Object[]
Wartości.