日志补全
This commit is contained in:
@@ -11,7 +11,7 @@ namespace SHH.CameraSdk;
|
||||
/// </summary>
|
||||
public class FrameController
|
||||
{
|
||||
private static ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
private ILogger _sysLog = Log.ForContext("SourceContext", LogModules.Core);
|
||||
|
||||
// 需求字典
|
||||
private readonly ConcurrentDictionary<string, FrameRequirement> _requirements = new();
|
||||
|
||||
Reference in New Issue
Block a user