Update delegates to match new signature
This commit is contained in:
@@ -35,7 +35,7 @@ class LoggingUnit
|
||||
|
||||
class LinphoneLoggingServiceImpl: LoggingServiceDelegate {
|
||||
var logsEnabled : BoolHolder!
|
||||
override func onLogMessageWritten(logService: LoggingService, domain: String, lev: LogLevel, message: String) {
|
||||
override func onLogMessageWritten(logService: LoggingService, domain: String, level: LogLevel, message: String) {
|
||||
if (logsEnabled.value)
|
||||
{
|
||||
print("Logging service log: \(message)s\n")
|
||||
|
||||
Reference in New Issue
Block a user