EventLogStatus Class
Contains the status code or error code for a specific event log. This status can be used to determine if the event log is available for an operation.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | LogName | Gets the name of the event log for which the status code is obtained. |
![]() | StatusCode | Gets the status code or error code for the event log. This status or error is the result of a read or subscription operation on the event log. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios

