We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075ff0c commit 8f0911fCopy full SHA for 8f0911f
Sources/PowerSync/Kotlin/DatabaseLogger.swift
@@ -74,7 +74,7 @@ internal class DatabaseLogger: LoggerProtocol {
74
///
75
/// This updates both the internal writer list and the Kermit logger's configuration.
76
77
- /// - Parameter writers: An array of Swift `LogWritterProtocol` implementations.
+ /// - Parameter writers: An array of Swift `LogWriterProtocol` implementations.
78
public func setWriters(_ writers: [any LogWriterProtocol]) {
79
logger.setWriters(writers)
80
}
0 commit comments