Home > @rushstack/terminal > IConsoleTerminalProviderOptions
IConsoleTerminalProviderOptions interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Options to be provided to a ConsoleTerminalProvider
Signature:
export interface IConsoleTerminalProviderOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (BETA) If true, print debug logging messages. Note that "verbose" and "debug" are considered separate message filters; if you want debug to imply verbose, it is up to your application code to enforce that. | ||
boolean | (BETA) If true, print verbose logging messages. |