Share via


FormattedLogValues(String, Object[]) Konstruktor

Definition

Diese API unterstützt die .NET-Infrastruktur und sollte nicht direkt aus dem Code verwendet werden.

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

Parameter

format
String
values
Object[]

Gilt für: