Freigeben über


LogHelper.LogInformation(String, Object[]) Method

Definition

Overloads

LogInformation(String, Object[])

Logs an information event.

LogInformation(String, Object[])

Logs an information event.

public static void LogInformation (string message, params object[] args);
static member LogInformation : string * obj[] -> unit
Public Shared Sub LogInformation (message As String, ParamArray args As Object())

Parameters

message
String

The log message.

args
Object[]

An object array that contains zero or more objects to format.

Applies to