Provides diagnostic logs from SDK by delegate methods. More...
#import <SYLogConnector.h>


Instance Methods | |
| (void) | - sendTelemetryLog: |
| Send log with telemetry data to server. More... | |
| (void) | - log:withLogLevel: |
| ((unavailable("Use +[SYLogConnector shared] instead.") | - __attribute__ |
| SYLogConnector is singleton, use [SYLogConnector shared] to access singleton instance. More... | |
Class Methods | |
| (nonnull SYLogConnector *) | + shared |
| Returns the SYLogConnector singleton instance. More... | |
| ((unavailable("Use +[SYLogConnector shared] instead.") | + __attribute__ |
Properties | |
| id< SYLogConnectorDelegate > | delegate |
| SYLogConnector delegate. More... | |
Provides diagnostic logs from SDK by delegate methods.
| - ((unavailable("Use +[SYLogConnector shared] instead.") __attribute__ |
SYLogConnector is singleton, use [SYLogConnector shared] to access singleton instance.
| + ((unavailable("Use +[SYLogConnector shared] instead.") __attribute__ |
| - (void) log: | (nonnull NSString *) | message | |
| withLogLevel: | (SYLogLevel) | logLevel | |
| - (void) sendTelemetryLog: | (nonnull NSString *) | telemetryAppenderName |
Send log with telemetry data to server.
| telemetryAppenderName | Telemetry log appender name defined used in json configuration, e.g. TelemetryAppender, GpsAppender |
| + (nonnull SYLogConnector*) shared |
Returns the SYLogConnector singleton instance.
|
readwritenonatomicweak |
SYLogConnector delegate.