Click or drag to resize

LogMessageTypeEnum Enumeration

Enumerazione dei tipi di messaggi registrabili all'interno del file di Log.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 29.0.0
Syntax
public enum LogMessageTypeEnum
Members
Member nameValueDescription
Information0 Informational message.
Warning1 Warning message.
Error2 Error message.

The LogMessageTypeEnum 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