use custom interpolated string handler
This commit is contained in:
@@ -368,7 +368,7 @@ public sealed class CacheMonitor : DisposableMediatorSubscriberBase
|
||||
{
|
||||
try
|
||||
{
|
||||
_performanceCollector.LogPerformance(this, "FullFileScan", () => FullFileScan(token));
|
||||
_performanceCollector.LogPerformance(this, $"FullFileScan", () => FullFileScan(token));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user