mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
feat: more debug testing
This commit is contained in:
parent
3eaa86905f
commit
d2877f2cec
13 changed files with 192 additions and 18 deletions
|
|
@ -375,8 +375,7 @@ namespace PepperDash.Essentials.Core.Bridges
|
|||
{
|
||||
try
|
||||
{
|
||||
if (Debug.Level >= 1)
|
||||
Debug.Console(1, this, "EiscApiAdvanced change: {0} {1}={2}", args.Sig.Type, args.Sig.Number, args.Sig.StringValue);
|
||||
Debug.Console(2, this, "EiscApiAdvanced change: {0} {1}={2}", args.Sig.Type, args.Sig.Number, args.Sig.StringValue);
|
||||
var uo = args.Sig.UserObject;
|
||||
|
||||
if (uo == null) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue