Rush StackShopBlogEvents
Skip to main content

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

debugEnabled

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.

verboseEnabled

boolean

(BETA) If true, print verbose logging messages.