SqlClientLogger.LogAssert(Boolean, 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 le message spécifié si value
est false
.
public:
bool LogAssert(bool value, System::String ^ type, System::String ^ method, System::String ^ message);
public bool LogAssert (bool value, string type, string method, string message);
member this.LogAssert : bool * string * string * string -> bool
Public Function LogAssert (value As Boolean, type As String, method As String, message As String) As Boolean
Paramètres
- value
- Boolean
false
pour journaliser le message ; sinon, true
.
- type
- String
Type à journaliser.
- method
- String
Méthode de journalisation.
- message
- String
Message à journaliser.
Retours
true
si le message n’est pas journalisé ; sinon, false
.