log graphics element z index (#2785)

This commit is contained in:
Jason Dove
2026-01-17 08:15:43 -06:00
committed by GitHub
parent f217ba185b
commit 4ce87feac1
11 changed files with 44 additions and 6 deletions
@@ -29,6 +29,8 @@ public class ScriptElement(ScriptGraphicsElement scriptElement, ILogger logger)
public override int ZIndex { get; } = scriptElement.ZIndex ?? 0;
public override string DebugKey { get; } = $"Script {scriptElement.DebugName()}";
public void Dispose()
{
logger.LogDebug(