W3CLoggerOptions.FileSizeLimit Propriété
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.
Obtient ou définit une valeur strictement positive représentant la taille maximale du journal en octets, ou Null pour ne définir aucune limite.
Une fois le journal plein, aucun autre message n’est ajouté.
La valeur par défaut est 10MiB
.
public int? FileSizeLimit { get; set; }
member this.FileSizeLimit : Nullable<int> with get, set
Public Property FileSizeLimit As Nullable(Of Integer)