MessageType
The MessageType enumeration specifies types of Execution Log messages.
Syntax
enum MessageType
{
Error = 0, //0x0
Warning = 1, //0x1
Information = 2, //0x2
TriggeredOperation = 3, //0x3
ApprovalRequired = 4, //0x4
FailureAudit = 5, //0x5
SuccessAudit = 6, //0x6
}
Constants
-
Flag
-
Description
-
Error
-
Indicates an error.
-
Warning
-
Indicates a problem that is not immediately significant, but may cause future issues.
-
Information
-
Indicates a successful operation.
-
TriggeredOperation
-
Indicates a triggered operation.
-
ApprovalRequired
-
Indicates that the operation was sent for approval.
-
FailureAudit
-
Indicates a security event that occurs when an audited access attempt fails.
-
SuccessAudit
-
Indicates a security event that occurs when an audited access attempt succeeds.
Requirements
Minimum required version: 2009.1