This commit is contained in:
13118993771@163.com
2022-07-27 14:46:20 +08:00
parent 5e9d0f1e2d
commit b593a243a5
260 changed files with 88819 additions and 102277 deletions

View File

@@ -23,6 +23,8 @@ namespace Glorysoft.SECS.EQP.Utilities
public const string Receive = "Receive";
public const string Send = "Send";
static LoggerService()
{
@@ -34,5 +36,10 @@ namespace Glorysoft.SECS.EQP.Utilities
SECSLogger = LogManager.GetConfigureLogger(nameof(SECSLogger));
MQLogger = LogManager.GetConfigureLogger(nameof(MQLogger));
}
public static void GuiLogWrite()
{
}
}
}