Documentation for a minimal subset of the QSM API
IEventLogger Interface
Namespaces > QS.Fx.Logging > IEventLogger
This class represents an event logging service.
Syntax
C#Visual BasicManaged C++
public interface IEventLogger : IDiagnosticsComponent
Public Interface IEventLogger _
	Implements IDiagnosticsComponent
public interface class IEventLogger : IDiagnosticsComponent
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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.)

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0