Table of Contents

Method Lifecycle

Namespace
Terminal.Gui.Tracing
Assembly
Terminal.Gui.dll

Lifecycle(string?, string, string?, string)

Traces a command routing step.

[Conditional("DEBUG")]
public static void Lifecycle(string? id, string phase, string? message = null, string method = "")

Parameters

id string

An identifying string for the trace. E.g.

phase string

The phase of routing (e.g., "Init", "Run", "Iteration").

message string

Optional additional context.

method string

Automatically captured caller method name.