LoggingServiceDelegate

public protocol LoggingServiceDelegate : AnyObject

Undocumented

  • Type of callbacks called each time liblinphone write a log message.

    Default Implementation

    Declaration

    Swift

    func onLogMessageWritten(logService: LoggingService, domain: String, level: LogLevel, message: String)

    Parameters

    logService

    A pointer on the logging service singleton.

    domain

    A string describing which sub-library of liblinphone the message is coming from.

    level

    Verbosity LinphoneLogLevel of the message.

    message

    Content of the message.