summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadLogging/CustomFormatLogHandler.swift1
-rw-r--r--ios/MullvadLogging/OSLogHandler.swift1
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadLogging/CustomFormatLogHandler.swift b/ios/MullvadLogging/CustomFormatLogHandler.swift
index fefb8260ce..92dcb26b72 100644
--- a/ios/MullvadLogging/CustomFormatLogHandler.swift
+++ b/ios/MullvadLogging/CustomFormatLogHandler.swift
@@ -38,6 +38,7 @@ public struct CustomFormatLogHandler: LogHandler {
}
}
+ // swiftlint:disable:next function_parameter_count
public func log(
level: Logger.Level,
message: Logger.Message,
diff --git a/ios/MullvadLogging/OSLogHandler.swift b/ios/MullvadLogging/OSLogHandler.swift
index 82791519d2..308e351249 100644
--- a/ios/MullvadLogging/OSLogHandler.swift
+++ b/ios/MullvadLogging/OSLogHandler.swift
@@ -53,6 +53,7 @@ public struct OSLogHandler: LogHandler {
}
}
+ // swiftlint:disable:next function_parameter_count
public func log(
level: Logging.Logger.Level,
message: Logging.Logger.Message,