Selaa lähdekoodia

修改日志类型

master
waterliu99 4 vuotta sitten
vanhempi
commit
de3f387e1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/JT1078.Gateway/JT1078UdpServer.cs

+ 1
- 1
src/JT1078.Gateway/JT1078UdpServer.cs Näytä tiedosto

@@ -74,7 +74,7 @@ namespace JT1078.Gateway
{
SessionManager = jT1078SessionManager;
jT1078UseType = JT1078UseType.Queue;
Logger = loggerFactory.CreateLogger<JT1078TcpServer>();
Logger = loggerFactory.CreateLogger<JT1078UdpServer>();
Configuration = jT1078ConfigurationAccessor.Value;
this.jT1078MsgProducer = jT1078MsgProducer;
InitServer();


Ladataan…
Peruuta
Tallenna