LoggingServiceDelegate
open class LoggingServiceDelegate : LinphoneObjectDelegate
Undocumented
-
Undocumented
Declaration
Swift
public init() -
Type of callbacks called each time liblinphone write a log message.
Declaration
Swift
open func onLogMessageWritten(logService: LoggingService, domain: String, lev: LogLevel, message: String)Parameters
logServiceA pointer on the logging service singleton.
domainA string describing which sub-library of liblinphone the message is coming from.
levVerbosity level of the message.
messageContent of the message.
LoggingServiceDelegate Class Reference