Skip to content

Commit

Permalink
加上日志逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Mar 2, 2022
1 parent 7974af5 commit 20cb0aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class StartupLoggerBase : IStartupLogger
{
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()
Expand Down

0 comments on commit 20cb0aa

Please sign in to comment.