Forzato log verboso x capire comportamento etichetta...
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="DemoIn" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="DemoOut" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="verbose" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -5,5 +5,6 @@
|
||||
<appSettings>
|
||||
<add key="autoLoadConf" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="DemoIn" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
<add key="verbose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -844,6 +844,7 @@ namespace IOB_WIN
|
||||
set
|
||||
{
|
||||
lblOutMessage3.Text = value;
|
||||
if (iobObj.verboseLog) lg.Info(value);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user