SqlClientLogger.LogInfo(String, String, String) Método

Definição

Regista informação através de um método especificado do tipo de instância atual.

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)

Parâmetros

type
String

Do tipo que deve ser registado.

method
String

O método de registo.

message
String

A mensagem a registar.

Aplica-se a