CWKErrorReporter Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | CWKErrorReporter.h |
Overview
CWKErrorReporter is responsible for passing all error logs to a specified single delegate. This is not to be allocated or initialized explicitly. It is solely for setting the delegate using setErrorReporterDelegate:
+ setErrorReporterDelegate:
Set the delegate used for reporting by LiveChart pass in NULL to remove the delegate.
+ (void)setErrorReporterDelegate:(id<CWKErrorReporterDelegate>)delegateParameters
delegate |
|---|
Declared In
CWKErrorReporter.h