V1.0
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user