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.
- (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 |
- (void) log: | (nonnull NSString *) | message | |
withLogLevel: | (SYLogLevel) | logLevel | |
+ (nonnull SYLogConnector*) shared |
Returns the SYLogConnector singleton instance.
- ((unavailable("Use +[SYLogConnector shared] instead.") __attribute__ |
SYLogConnector is singleton, use [SYLogConnector shared] to access singleton instance.
+ ((unavailable("Use +[SYLogConnector shared] instead.") __attribute__ |
|
readwritenonatomicweak |
SYLogConnector delegate.