Skip to content

Commit 782056f

Browse files
update demo to use latest naming
1 parent b906368 commit 782056f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Demo/PowerSyncExample/PowerSync/SystemManager.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func getAttachmentsDirectoryPath() throws -> String {
1313

1414
let logTag = "SystemManager"
1515

16-
struct InlineLogger: NetworkLogger {
16+
struct InlineLogger: SyncRequestLogger {
1717
func log(_ message: String) {
1818
print("Network: \(message)")
1919
}
@@ -80,7 +80,7 @@ class SystemManager {
8080
connector: connector,
8181
options: ConnectOptions(
8282
clientConfiguration: SyncClientConfiguration(
83-
networkLogger: NetworkLoggerConfig(
83+
requestLogger: SyncRequestLoggerConfiguration(
8484
logLevel: .headers,
8585
logger: InlineLogger()
8686
)

0 commit comments

Comments
 (0)