QuickOPC User's Guide and Reference
LogEntryType Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace : LogEntryType Enumeration
Specifies the type of a 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.
FailureAudit16A failure audit. Security: An indication that occurs when an audited access attempt fails; for example, a failed attempt to open a file.
Information4An information. This indicates a significant, successful operation.
None0None.
SuccessAudit8A success audit. Security: An indication that occurs when an audited access attempt is successful; for example, logging on successfully.
Warning2A warning. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.
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