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

Definição

Registra informações em log por meio 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

O tipo a ser registrado em log.

method
String

O método de registro em log.

message
String

A mensagem a ser registrada em log.

Aplica-se a