Specifies the type of a log entry.
UUID: 2a8ccd3b-a4e7-4b00-84ba-70a01b5f6085
For more information, see LogEntryType in .NET Reference.
UUID: 2a8ccd3b-a4e7-4b00-84ba-70a01b5f6085
For more information, see LogEntryType in .NET Reference.
Member | Value | Description |
---|---|---|
LogEntryType_Error | 1 | An error. This indicates a significant problem the user should know about; usually a loss of functionality or data. |
LogEntryType_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. |
LogEntryType_Information | 4 | An information. This indicates a significant, successful operation. |
LogEntryType_None | 0 | None. |
LogEntryType_SuccessAudit | 8 | A success audit. Security: An indication that occurs when an audited access attempt is successful; for example, logging on successfully. |
LogEntryType_Warning | 2 | A warning. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems. |
For remarks, see LogEntryType in .NET Reference.
For examples, see LogEntryType in .NET Reference.