QuickOPC User's Guide and Reference
LogEntryEventArgs Class Members
Fields  Properties  Methods 


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Instrumentation Namespace : LogEntryEventArgs Class

The following tables list the members exposed by LogEntryEventArgs.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Fields
 NameDescription
Public FieldThe default event log entry type. Equals to LogEntryType.Information.  
Public FieldThe default message. An empty string.  
Public FieldThe default source. Equals to "Void".  
Top
Public Properties
 NameDescription
Public PropertyThe application-specific subcategory associated with the message.  
Public Propertystatic (Shared in Visual Basic)Default value of the Timestamp property.  
Public PropertyEntry type. One of the LogEntryType values.  
Public PropertyThe application-specific identifier for the event.  
Public PropertyThe message text.  
Public PropertyAn array of bytes that holds the binary data associated with the entry.  
Public PropertyThe name of the event source.  
Public PropertyDate and time of the log entry message. In UTC.  
Public PropertyDate and time of the log entry message. In UTC, as double-precision floating-point number that contains an OLE Automation date.  
Public PropertyDate and time of the log entry message. In local time.  
Public PropertyDate and time of the log entry message. In local time, as double-precision floating-point number that contains an OLE Automation date.  
Top
Public Methods
 NameDescription
Public Method  
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodServes as the default hash function.  
Public Method  
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Determines whether the given event source string is valid, i.e. not a null reference and not empty.  
Public MethodSets an array of bytes that holds the binary data associated with the entry.  
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Top
Public Operators
Determines whether the two objects are equal.
Determines whether the two objects are not equal.
Top
See Also

Reference

LogEntryEventArgs Class
OpcLabs.BaseLib.Instrumentation Namespace