SqlClientLogger.LogInfo(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Journalise des informations via une méthode spécifiée du type d’instance actuel.
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ètres
- type
- String
Type à journaliser.
- method
- String
Méthode de journalisation.
- message
- String
Message à journaliser.