FormattedLogValues(String, Object[]) Constructor

Definition

This API supports the .NET infrastructure and is not intended to be used directly from your code.

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

Parameters

format
String
values
Object[]

Applies to