Click or drag to resize

EventLogClearAll Method

Clears any EventLogMessage in any EventLogCategory.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void ClearAll()
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
Remarks
This method clears all Event Log categories (except the Internal).
See Also