fm.liveswitch.diagnostics.DiagnosticsService Class Reference

A class for handling diagnostics. More...

Public Member Functions

 DiagnosticsService (String label, fm.liveswitch.LogContext logContext, fm.liveswitch.diagnostics.IDiagnosticsProvider provider, int intervalMs)
 Constructor. More...
 
void start ()
 Start the Diagnostics Service. More...
 
void stop ()
 Stop the Diagostics Service. More...
 

Detailed Description

A class for handling diagnostics.

Constructor & Destructor Documentation

◆ DiagnosticsService()

fm.liveswitch.diagnostics.DiagnosticsService.DiagnosticsService ( String  label,
fm.liveswitch.LogContext  logContext,
fm.liveswitch.diagnostics.IDiagnosticsProvider  provider,
int  intervalMs 
)

Constructor.

Parameters
label
logContext
provider
intervalMs

Member Function Documentation

◆ start()

void fm.liveswitch.diagnostics.DiagnosticsService.start ( )

Start the Diagnostics Service.

◆ stop()

void fm.liveswitch.diagnostics.DiagnosticsService.stop ( )

Stop the Diagostics Service.