[PT Run] Improve logs (#9518)

* Improved some aspects, more work left

* Fix Log being called instead of building a string

* Address PR comments

* Okay, spell checker
This commit is contained in:
Ivan Stošić
2021-02-09 14:54:39 +01:00
committed by GitHub
parent 9c6dfd493c
commit c8f0492353
8 changed files with 35 additions and 30 deletions

View File

@@ -63,7 +63,7 @@ namespace Wox.Infrastructure.Image
UpdateIconPath(theme);
Task.Run(() =>
{
Stopwatch.Normal("|ImageLoader.Initialize|Preload images cost", () =>
Stopwatch.Normal("ImageLoader.Initialize - Preload images cost", () =>
{
ImageCache.Usage.AsParallel().ForAll(x =>
{