EventLog Class |
Namespace: ABB.Robotics.Controllers.EventLogDomain
public sealed class EventLog : SDKBase, IDisposable
The EventLog type exposes the following members.
Name | Description | |
---|---|---|
ControllerType |
Gets the ControllerType.
(Inherited from SDKBase.) |
Name | Description | |
---|---|---|
ClearAll |
Clears any EventLogMessage in any EventLogCategory.
| |
Dispose |
Dispose the managed resources of the instance.
(Overrides SDKDisposeBaseDispose.) | |
Equals | (Inherited from Object.) | |
GetCategories | Gets the available categories of the EventLog. | |
GetCategory(Int32) |
Gets an EventLogCategory object, which represents a specific category of the Event Log.
| |
GetCategory(CategoryType) | Obsolete.
Gets an EventLogCategory object, which represents a specific category of the Event Log.
| |
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.) |
Name | Description | |
---|---|---|
MessageWritten |
This event occurs when a new EventLogMessage has been written to the EventLog.
|