JetBrains / JetBrains/resharper-unity
Use new interpolated string handler based logging
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Rd has support for interpolated string handlers as part of logging, which means `logger.Trace("{Whatever()}")` will only call `Whatever` is the Trace log level is active. Requires C# 10. See [JetBrains/rd#281](https://github.com/JetBrains/rd/pull/281)
Contributor guide
Assessment
This issue has not been assessed yet.