displaylevel
Displaylevel is a parameter used in software and display systems to control the amount of information rendered to a user interface or console. It denotes the level of detail or verbosity of what is shown and is commonly implemented as an integer or enumerated value.
Typical use cases include logging, debugging, and data visualization. A lower displaylevel shows essential information, while
In practice, displaylevel is used to filter output. Systems may define a progression from 0 (minimal) to
Because displaylevel can affect performance and readability, authors often document the default level, how to adjust