Table of Contents

Method Configuration

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

Configuration(string?, string, string?, string)

Traces a configuration management operation.

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

Parameters

id string

An identifying string for the trace (e.g., property name, source path).

phase string

The phase of the operation (e.g., "Load", "Apply", "Discover").

message string

Optional additional context.

method string

Automatically captured caller method name.