C# Class Microsoft.Diagnostics.EventListeners.BufferingEventListener

Inheritance: EventListener
Datei anzeigen Open project: Azure-Samples/service-fabric-dotnet-management-party-cluster

Public Methods

Method Description
BufferingEventListener ( IConfigurationProvider configurationProvider, IHealthReporter healthReporter ) : System
Dispose ( ) : void

Protected Methods

Method Description
OnEventSourceCreated ( EventSource eventSource ) : void
OnEventWritten ( EventWrittenEventArgs eventArgs ) : void
ReportListenerHealthy ( ) : void
ReportListenerProblem ( string problemDescription ) : void

Private Methods

Method Description
EnableEventSource ( EventSource eventSource ) : void
EnableInitialSources ( ) : void

Method Details

BufferingEventListener() public method

public BufferingEventListener ( IConfigurationProvider configurationProvider, IHealthReporter healthReporter ) : System
configurationProvider IConfigurationProvider
healthReporter IHealthReporter
return System

Dispose() public method

public Dispose ( ) : void
return void

OnEventSourceCreated() protected method

protected OnEventSourceCreated ( EventSource eventSource ) : void
eventSource EventSource
return void

OnEventWritten() protected method

protected OnEventWritten ( EventWrittenEventArgs eventArgs ) : void
eventArgs EventWrittenEventArgs
return void

ReportListenerHealthy() protected method

protected ReportListenerHealthy ( ) : void
return void

ReportListenerProblem() protected method

protected ReportListenerProblem ( string problemDescription ) : void
problemDescription string
return void