SqlClientLogger.LogInfo(String, String, String) Method

Definition

Logs information through a specified method of the current instance type.

public:
 void LogInfo(System::String ^ type, System::String ^ method, System::String ^ message);
public void LogInfo (string type, string method, string message);
member this.LogInfo : string * string * string -> unit
Public Sub LogInfo (type As String, method As String, message As String)

Parameters

type
String

The type to be logged.

method
String

The logging method.

message
String

The message to be logged.

Applies to