Sdílet prostřednictvím


SqlClientLogger.LogInfo(String, String, String) Metoda

Definice

Protokoluje informace prostřednictvím zadané metody aktuálního typu instance.

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)

Parametry

type
String

Typ, který se má protokolovat.

method
String

Metoda protokolování.

message
String

Zpráva, která se má protokolovat.

Platí pro