Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IConsoleTerminalProviderOptions

IConsoleTerminalProviderOptions interface

This API is provided as a 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

PropertyModifiersTypeDescription
debugEnabledboolean(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.
verboseEnabledboolean(BETA) If true, print verbose logging messages.