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 {
22
22
/// the PowerSync session. The `requestLevel` determines which network events
23
23
/// are logged.
24
24
///
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.
26
26
public struct SyncRequestLoggerConfiguration {
27
27
/// The request logging level that determines which network events are logged.
28
28
/// Set once during initialization and used throughout the session.
@@ -33,7 +33,7 @@ public struct SyncRequestLoggerConfiguration {
33
33
/// Creates a new network logger configuration.
34
34
/// - Parameters:
35
35
/// - 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
37
37
public init (
38
38
requestLevel: SyncRequestLogLevel ,
39
39
logHandler: @escaping ( _ message: String ) -> Void )
You can’t perform that action at this time.
0 commit comments