Click or drag to resize

LogFileTypeEnum Enumeration

Enumerazione contenente i tipi di file Log disponibili.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax
[FlagsAttribute]
public enum LogFileTypeEnum
Members
Member nameValueDescription
Global1 File di Log globale, condiviso da tutte le applicazioni QS Informatica.
Application2 File di Log comune a tutti gli add-in QS Informatica di una stessa applicazione (Autocad, Invantor).
Custom4 File di Log personalizzato nel nome e nel percorso, disponibile per una specifica applicazione o add-in QS Informatica.

The LogFileTypeEnum type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetAttributeTAttribute This method retrieves a specific attribute (TAttribute) associated with the given enum value. It returns the attribute instance if found, or null if the attribute is not present.
(Defined by EnumExtension)
Top
See Also