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.Logs information through a specified method of the current instance type.

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.The type to be logged.

method
String

O método de registro em log.The logging method.

message
String

A mensagem a ser registrada em log.The message to be logged.

Aplica-se a