dll log() 修改

master
lxw 1 month ago
parent 144c1ab86e
commit 261d4abaae

@ -35,7 +35,10 @@ public class PadarClient : TcpClient<IBaseHandler, Decoder, Encoder>
return Connected;
}
public override ILog Logger()
{
return Log;
}
/// <summary>
/// 0-关闭雷达 1-开启

@ -425,7 +425,7 @@ public class PlcClient : TcpClient<IBaseHandler, Decoder, Encoder>
SwapStart = false;
}
public ILog Logger()
public override ILog Logger()
{
return Log();
}

Loading…
Cancel
Save