Merge branch 'release/FixTraceLogIobWinDisplay'

This commit is contained in:
Samuele Locatelli
2022-03-16 12:43:21 +01:00
+2 -2
View File
@@ -2703,7 +2703,7 @@ namespace IOB_WIN_NEXT
lg.Trace(message);
if (sendToForm)
{
sendToLogWatch("INFO", message);
sendToLogWatch("TRACE", message);
}
}
@@ -2716,7 +2716,7 @@ namespace IOB_WIN_NEXT
{
lg.Factory.Configuration.Variables["codIOB"] = cIobConf.codIOB;
lg.Trace(message, args);
sendToLogWatch("INFO", message, args);
sendToLogWatch("TRACE", message, args);
}
/// <summary>