Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNET-1161: Implement support for using a log level for a specific log category #3634

Merged
merged 44 commits into from
Jul 12, 2024

Deprecate 'Logger' and use its base class.

55f074d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

RNET-1161: Implement support for using a log level for a specific log category #3634

Deprecate 'Logger' and use its base class.
55f074d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Verify TODOs failed Jul 11, 2024 in 0s

Verify TODOs

Found 5 TODO entries that don't have a link to a Github issue/Jira ticket.

Annotations

Check warning on line 78 in Realm/Realm/Handles/SharedRealmHandle.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Handles/SharedRealmHandle.cs#L78

TODO entry doesn't have a link to Github issue or Jira ticket
lj): Update arg order to be the same across the SDK.

Check warning on line 118 in Realm/Realm/Logging/LogCategory.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Logging/LogCategory.cs#L118

TODO entry doesn't have a link to Github issue or Jira ticket
lj): Prefer `SDK` or `Sdk` for c#?

Check warning on line 31 in Realm/Realm/Native/SyncSocketProvider.WebSocket.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Native/SyncSocketProvider.WebSocket.cs#L31

TODO entry doesn't have a link to Github issue or Jira ticket
lj): For the logs happening in this class, should we log for `LogCategory.Realm.Sync.Client`?

Check warning on line 189 in Realm/Realm/Native/SyncSocketProvider.WebSocket.cs

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

Realm/Realm/Native/SyncSocketProvider.WebSocket.cs#L189

TODO entry doesn't have a link to Github issue or Jira ticket
lj): May update to log for a specific category.

Check warning on line 51 in wrappers/src/shared_realm_cs.cpp

See this annotation in the file changed.

@github-actions github-actions / Verify TODOs

wrappers/src/shared_realm_cs.cpp#L51

TODO entry doesn't have a link to Github issue or Jira ticket
lj): Update arg order to be the same across the SDK.