Skip to content

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

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

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

Triggered via pull request July 2, 2024 11:15
@elle-jelle-j
synchronize #3634
lj/logger
Status Success
Total duration 23m 9s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Realm/Realm/Handles/SharedRealmHandle.cs#L67
TODO entry doesn't have a link to Github issue or Jira ticket lj): Update arg order to be the same across the SDK.
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#?
Realm/Realm/Logging/Logger.cs#L77
TODO entry doesn't have a link to Github issue or Jira ticket lj): Deprecate
Realm/Realm/Logging/Logger.cs#L96
TODO entry doesn't have a link to Github issue or Jira ticket lj): Deprecate
Realm/Realm/Logging/Logger.cs#L159
TODO entry doesn't have a link to Github issue or Jira ticket lj): Deprecate
Realm/Realm/Logging/Logger.cs#L170
TODO entry doesn't have a link to Github issue or Jira ticket lj): Use category as optional 3rd param.
Realm/Realm/Logging/Logger.cs#L194
TODO entry doesn't have a link to Github issue or Jira ticket lj): Set category as optional 3rd arg as we'll do for `Log`,
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.
wrappers/src/shared_realm_cs.cpp#L301
TODO entry doesn't have a link to Github issue or Jira ticket lj): Usage in Core:
wrappers/src/shared_realm_cs.cpp#L305
TODO entry doesn't have a link to Github issue or Jira ticket lj): But this seems to work as well:
Analyze C#: Realm/Realm/Logging/Logger.cs#L197
Ambiguous reference in cref attribute: 'Log'. Assuming 'Logger.Log(LogLevel, string)', but could have also matched other overloads including 'Logger.Log(LogLevel, LogCategory, string)'.
Analyze C#: Realm/Realm/Logging/Logger.cs#L197
Ambiguous reference in cref attribute: 'Log'. Assuming 'Logger.Log(LogLevel, string)', but could have also matched other overloads including 'Logger.Log(LogLevel, LogCategory, string)'.