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
logService
A pointer on the logging service singleton.
domain
A string describing which sub-library of liblinphone the message is coming from.
lev
Verbosity level of the message.
message
Content of the message.