EventLogCategory Class |
Namespace: ABB.Robotics.Controllers.EventLogDomain
public sealed class EventLogCategory : SDKBase, IDisposable
The EventLogCategory type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) | |
| LocalizedName | Gets the localized name of the category. | |
| Messages | Gets the available messages of the Event Log Category of the controller. | |
| Name | Gets the name of the category. | |
| Type | Gets the type of the category. |
| Name | Description | |
|---|---|---|
| Clear |
Clears all messages of this category from the event log.
| |
| Dispose |
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |