Added UI Toolkit Progress
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BITKit
|
||||
public void Dispose()
|
||||
{
|
||||
_stopwatch.Stop();
|
||||
_logger.LogInformation($"已完成:{_message},耗时{_stopwatch.Elapsed}");
|
||||
_logger.LogInformation($"已完成:{_message},耗时{_stopwatch.ElapsedMilliseconds}ms");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user