MBXLogWriterBackend
@protocol MBXLogWriterBackend
                Interface for implementing log writing backends, e.g. for using platform specific log backends or logging to a notification service.
- 
                  
                  
Writes a log message with a given level.
Declaration
Objective-C
- (void)writeLogForLevel:(MBXLoggingLevel)level message:(nonnull NSString *)message;Parameters
levelSeverity of the message.
messageLog message
 
        MBXLogWriterBackend Protocol Reference