日志补全
This commit is contained in:
@@ -11,7 +11,7 @@ public class CameraManager : IDisposable, IAsyncDisposable
|
||||
{
|
||||
#region --- 1. 核心资源与状态 (Fields & States) ---
|
||||
|
||||
private static ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
private ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
|
||||
/// <summary> 全局设备实例池(线程安全),Key = 设备唯一标识 </summary>
|
||||
private readonly ConcurrentDictionary<long, BaseVideoSource> _cameraPool = new();
|
||||
|
||||
Reference in New Issue
Block a user