XP.Common 类库中新增授权管理(License Management)功能模块,支持两种授权模式:CLMS 正式授权和临时测试模式。开发统一的授权服务接口,并在主项目中完成集成。
This commit is contained in:
@@ -5,7 +5,7 @@ using Serilog;
|
||||
using System;
|
||||
using System.Resources;
|
||||
using System.Windows;
|
||||
using XP.Common.Configs;
|
||||
using XP.Common.Logging.Configs;
|
||||
using XP.Common.Localization;
|
||||
using XP.Common.Localization.Interfaces;
|
||||
using XP.Common.Logging;
|
||||
@@ -118,7 +118,7 @@ namespace XP.Hardware.PLC.Sentry
|
||||
};
|
||||
|
||||
// 加载并初始化 Serilog | Load and initialize Serilog
|
||||
SerilogConfig serilogConfig = XP.Common.Helpers.ConfigLoader.LoadSerilogConfig();
|
||||
SerilogConfig serilogConfig = XP.Common.Logging.Configs.ConfigLoader.LoadSerilogConfig();
|
||||
SerilogInitializer.Initialize(serilogConfig);
|
||||
|
||||
_logger.Information("PLC Sentry Monitor 启动开始 | PLC Sentry Monitor startup started");
|
||||
|
||||
Reference in New Issue
Block a user