A class for handling diagnostics. More...
Instance Methods | |
| (instancetype) | - initWithLabel:logContext:provider:intervalMs: |
| Constructor. More... | |
| (void) | - start |
| Start the Diagnostics Service. More... | |
| (void) | - stop |
| Stop the Diagostics Service. More... | |
Class Methods | |
| (FMLiveSwitchDiagnosticsDiagnosticsService *) | + diagnosticsServiceWithLabel:logContext:provider:intervalMs: |
| Constructor. More... | |
A class for handling diagnostics.
| + (FMLiveSwitchDiagnosticsDiagnosticsService*) diagnosticsServiceWithLabel: | (NSString *) | label | |
| logContext: | (FMLiveSwitchLogContext *) | logContext | |
| provider: | (NSObject< FMLiveSwitchDiagnosticsIDiagnosticsProvider > *) | provider | |
| intervalMs: | (int) | intervalMs | |
Constructor.
| label | |
| logContext | |
| provider | |
| intervalMs |
| - (instancetype) initWithLabel: | (NSString *) | label | |
| logContext: | (FMLiveSwitchLogContext *) | logContext | |
| provider: | (NSObject< FMLiveSwitchDiagnosticsIDiagnosticsProvider > *) | provider | |
| intervalMs: | (int) | intervalMs | |
Constructor.
| label | |
| logContext | |
| provider | |
| intervalMs |
| - (void) start |
Start the Diagnostics Service.
| - (void) stop |
Stop the Diagostics Service.