IWithDiagnosticLogging<ParentT> Interface
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.
Mise à jour du journal de diagnostic d’application web permettant de définir la source du journal.
public interface IWithDiagnosticLogging<ParentT>
type IWithDiagnosticLogging<'ParentT> = interface
Public Interface IWithDiagnosticLogging(Of ParentT)
Paramètres de type
- ParentT
Type de retour du fichier Attachable.attach() final.
- Dérivé
Méthodes
WithApplicationLogging() |
Activez la journalisation à partir de l’application web. |
WithoutApplicationLogging() |
Désactivez la journalisation à partir de l’application web. |
WithoutWebServerLogging() |
Désactivez la journalisation à partir du serveur web. |
WithWebServerLogging() |
Activez la journalisation à partir du serveur web. |
S’applique à
Azure SDK for .NET