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

    level

    Severity of the message.

    message

    Log message