日志补全
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SHH.CameraSdk;
|
||||
/// </summary>
|
||||
public class ProcessingConfigManager
|
||||
{
|
||||
private static ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
private ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
|
||||
// 内存字典:Key=设备ID, Value=配置对象
|
||||
private readonly ConcurrentDictionary<long, ProcessingOptions> _configs = new();
|
||||
|
||||
Reference in New Issue
Block a user