Update display x log tipo TRACE

This commit is contained in:
Samuele Locatelli
2022-03-16 12:42:50 +01:00
parent 3404543e15
commit be1a7facac
+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>