LoggingServiceDelegate
public protocol LoggingServiceDelegate : AnyObject
-
onLogMessageWritten(logService:Default implementationdomain: level: message: ) 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
logServiceA pointer on the logging service singleton.
domainA string describing which sub-library of liblinphone the message is coming from.
levelVerbosity LinphoneLogLevel of the message.
messageContent of the message.
LoggingServiceDelegate Protocol Reference