SqlClientLogger.LogInfo(String, String, String) 方法

定义

通过当前实例类型指定的方法记录信息。

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)

参数

type
String

要记录的类型。

method
String

记录方法。

message
String

要记录的消息。

适用于