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 b2efe62 commit 12250ffCopy full SHA for 12250ff
Sources/PowerSync/Logger.swift
@@ -43,7 +43,7 @@ public class PrintLogWriter: LogWriterProtocol {
43
44
/// A default logger configuration that uses `PrintLogWritter` and filters messages by minimum severity.
45
public class DefaultLogger: LoggerProtocol {
46
- public var minSeverirty: LogSeverity
+ public var minSeverity: LogSeverity
47
public var writers: [any LogWriterProtocol]
48
49
/// Initializes the default logger with an optional minimum severity level.
0 commit comments