File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/PowerSync/Protocol Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public enum SyncRequestLogLevel {
2222/// the PowerSync session. The `requestLevel` determines which network events
2323/// are logged.
2424///
25- /// - Note: The request levell cannot be changed after initialization. A new call to `PowerSyncDatabase.connect` is required to change the level.
25+ /// - Note: The request level cannot be changed after initialization. A new call to `PowerSyncDatabase.connect` is required to change the level.
2626public struct SyncRequestLoggerConfiguration {
2727 /// The request logging level that determines which network events are logged.
2828 /// Set once during initialization and used throughout the session.
@@ -33,7 +33,7 @@ public struct SyncRequestLoggerConfiguration {
3333 /// Creates a new network logger configuration.
3434 /// - Parameters:
3535 /// - requestLevel: The `SyncRequestLogLevel` to use for filtering log messages
36- /// - logHandler: A closure which handles log messages
36+ /// - logHandler: A closure which handles log messages
3737 public init (
3838 requestLevel: SyncRequestLogLevel ,
3939 logHandler: @escaping ( _ message: String ) -> Void )
You can’t perform that action at this time.
0 commit comments