CommonEventSource.Info(String, String, String) Method

Definition

[System.Diagnostics.Tracing.Event(2, Level=System.Diagnostics.Tracing.EventLevel.Informational)]
public void Info (string message, string info, string scope);
[<System.Diagnostics.Tracing.Event(2, Level=System.Diagnostics.Tracing.EventLevel.Informational)>]
member this.Info : string * string * string -> unit
Public Sub Info (message As String, info As String, scope As String)

Parameters

message
String
info
String
scope
String
Attributes

Applies to