RNET-1161: Implement support for using a log level for a specific log category #2709
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/LogCategory.cs#L119
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L97
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L78
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L160
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L171
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L196
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
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/LogCategory.cs#L119
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Analyze C#:
Realm/Realm/Logging/Logger.cs#L97
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|