日志补全
This commit is contained in:
@@ -15,7 +15,7 @@ public class CameraCoordinator
|
||||
{
|
||||
#region --- 私有资源与配置 (Private Resources & Configurations) ---
|
||||
|
||||
private static ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
private ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
|
||||
/// <summary> 已注册的相机设备集合(线程安全,支持并发添加与遍历) </summary>
|
||||
private readonly ConcurrentBag<BaseVideoSource> _cameras = new();
|
||||
|
||||
Reference in New Issue
Block a user