加上日志逻辑

This commit is contained in:
lindexi
2022-03-02 14:51:51 +08:00
parent 7974af5024
commit 20cb0aadb7

View File

@@ -13,7 +13,7 @@ namespace dotnetCampus.ApplicationStartupManager
{ {
private readonly Stopwatch _mainWatch; private readonly Stopwatch _mainWatch;
protected ConcurrentDictionary<string, (string name, long start, long elapsed)> protected ConcurrentDictionary<string, (string threadName, long start, long elapsed)>
MilestoneDictionary { get; } = new ConcurrentDictionary<string, (string, long, long)>(); MilestoneDictionary { get; } = new ConcurrentDictionary<string, (string, long, long)>();
public StartupLoggerBase() public StartupLoggerBase()