Język

FormattedLogValues(String, Object[]) Konstruktor

Definicja

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.

Dotyczy