log日志bug修改
This commit is contained in:
@@ -8,6 +8,7 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Media;
|
||||
using UIShare.UIViewModel;
|
||||
|
||||
namespace UIShare.GlobalVariable
|
||||
@@ -30,6 +31,10 @@ namespace UIShare.GlobalVariable
|
||||
public ParameterVM SelectedParameter { get; set; }
|
||||
|
||||
public List<IBaseInterface> DeviceList { get; set; } = new();
|
||||
|
||||
/// <summary>当前作用域的日志接收器,LogAreaViewModel 订阅此处实现按作用域隔离日志。</summary>
|
||||
public IProgress<(string Message, Brush Color, int Depth)>? LogProgress { get; set; }
|
||||
|
||||
// 【新增测试属性】:每个实例被 new 出来时独一无二的随机身份
|
||||
// 证 ID
|
||||
public int DebugRandomId { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user