Update display x log tipo TRACE
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user