FormattedLogValues(String, Object[]) Constructeur

Définition

Cette API prend en charge l’infrastructure .NET et n’est pas destinée à être utilisée directement à partir de votre 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())

Paramètres

format
String
values
Object[]

S’applique à