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... | |
A class for handling diagnostics.
| fm.liveswitch.diagnostics.DiagnosticsService.DiagnosticsService | ( | String | label, |
| fm.liveswitch.LogContext | logContext, | ||
| fm.liveswitch.diagnostics.IDiagnosticsProvider | provider, | ||
| int | intervalMs | ||
| ) |
Constructor.
| label | |
| logContext | |
| provider | |
| intervalMs |
| void fm.liveswitch.diagnostics.DiagnosticsService.start | ( | ) |
Start the Diagnostics Service.
| void fm.liveswitch.diagnostics.DiagnosticsService.stop | ( | ) |
Stop the Diagostics Service.