OPC Labs Base Library
LogEntryType Enumeration
OpcLabs_BaseLib ActiveX DLL : LogEntryType Enumeration
Description
Specifies the type of a log entry.

 

UUID: 2a8ccd3b-a4e7-4b00-84ba-70a01b5f6085

 

For more information, see LogEntryType in .NET Reference.

Members
MemberValueDescription
LogEntryType_Error1An error. This indicates a significant problem the user should know about; usually a loss of functionality or data.
LogEntryType_FailureAudit16A failure audit. Security: An indication that occurs when an audited access attempt fails; for example, a failed attempt to open a file.
LogEntryType_Information4An information. This indicates a significant, successful operation.
LogEntryType_None0None.
LogEntryType_SuccessAudit8A success audit. Security: An indication that occurs when an audited access attempt is successful; for example, logging on successfully.
LogEntryType_Warning2A warning. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.
Remarks

For remarks, see LogEntryType in .NET Reference.

Example

For examples, see LogEntryType in .NET Reference.