Compartir a través de


ILogging.Information(String, String) Method

Definition

Logs an informational message.

public:
 void Information(System::String ^ applicationName, System::String ^ message);
public void Information (string applicationName, string message);
abstract member Information : string * string -> unit
Public Sub Information (applicationName As String, message As String)

Parameters

applicationName
String

Specifies the application name used in the log.

message
String

Specifies the message used in the log.

Applies to