SqlClientLogger.LogInfo(String, String, String) Metódus

Definíció

Az aktuális példánytípus megadott metódusán keresztül naplózza az adatokat.

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)

Paraméterek

type
String

A naplózandó típus.

method
String

A naplózási módszer.

message
String

A naplózni kívánt üzenet.

A következőre érvényes: