This class represents an event logging service.
| C# | Visual Basic | Managed C++ |
public interface IEventLogger : IDiagnosticsComponent
Public Interface IEventLogger _ Implements IDiagnosticsComponent
public interface class IEventLogger : IDiagnosticsComponent
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| Class |
The type of the diagnostics component.
(Inherited from IDiagnosticsComponent.) | |
| Enabled |
Indicates whether the component is enabled and accepts data, or enables/disables the component.
(Inherited from IDiagnosticsComponent.) | |
| Log(IEvent) |
Log an event.
| |
| ResetComponent() |
Reset the state of the component and discard all diagnostics information stored within it.
(Inherited from IDiagnosticsComponent.) |