Click or drag to resize

EventLogCategory Class

This class represents a category of EventLog messages.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class EventLogCategory : SDKBase, 
	IDisposable

The EventLogCategory type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Public propertyLocalizedName
Gets the localized name of the category.
Public propertyMessages
Gets the available messages of the Event Log Category of the controller.
Public propertyName
Gets the name of the category.
Public propertyType
Gets the type of the category.
Top
Methods
  NameDescription
Public methodClear
Clears all messages of this category from the event log.
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
In order to update messages of an EventLogCategory, at least an instance of the EventLog class must be kept alive.
See Also