OPC Studio User's Guide and Reference
LogEntryType Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace : LogEntryType Enumeration
Specifies the type of log entry.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("2A8CCD3B-A4E7-4B00-84BA-70A01B5F6085")>
Public Enum LogEntryType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LogEntryType
[ComVisible(true)]
[Guid("2A8CCD3B-A4E7-4B00-84BA-70A01B5F6085")]
public enum LogEntryType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[Guid("2A8CCD3B-A4E7-4B00-84BA-70A01B5F6085")]
public enum class LogEntryType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Error1An 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.

FailureAudit16A 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.

Information4An information. This indicates a significant, successful operation.

The value of this enum member is 4.

None0None.

The value of this enum member is 0.

SuccessAudit8A 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.

Warning2A 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