Share via


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

ログに記録されるメッセージ。

適用対象