加上日志逻辑
This commit is contained in:
@@ -13,7 +13,7 @@ namespace dotnetCampus.ApplicationStartupManager
|
||||
{
|
||||
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)>();
|
||||
|
||||
public StartupLoggerBase()
|
||||
|
||||
Reference in New Issue
Block a user