Specifies the type of log entry.
Syntax
Members
| Member | Value | Description |
| Error | 1 | An error. This indicates a significant problem the user should know about; usually a loss of functionality or data.
The value of this enum member is 1. |
| FailureAudit | 16 | A failure audit. Security: An indication that occurs when an audited access attempt fails; for example, a failed attempt to open a file.
The value of this enum member is 16. |
| Information | 4 | An information. This indicates a significant, successful operation.
The value of this enum member is 4. |
| None | 0 | None.
The value of this enum member is 0. |
| SuccessAudit | 8 | A success audit. Security: An indication that occurs when an audited access attempt is successful; for example, logging on successfully.
The value of this enum member is 8. |
| Warning | 2 | A warning. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.
The value of this enum member is 2. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.BaseLib.Instrumentation.LogEntryType
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also