Home > @rushstack/terminal > ConsoleTerminalProvider
ConsoleTerminalProvider class
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.
Terminal provider that prints to STDOUT (for log- and verbose-level messages) and STDERR (for warning- and error-level messages).
Signature:
export declare class ConsoleTerminalProvider implements ITerminalProvider
Implements: ITerminalProvider
Constructors
Constructor | Modifiers | Description |
|---|---|---|
(BETA) Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (BETA) If true, debug-level messages should be written to the console. | ||
| string | (BETA) This property should return the newline character the terminal provider expects. | |
| boolean | (BETA) This property should return true only if the terminal provider supports rendering console colors. | |
| boolean | (BETA) | |
boolean | (BETA) If true, verbose-level messages should be written to the console. |
Methods
Method | Modifiers | Description |
|---|---|---|
(BETA) This function gets called on every terminal provider upon every message function call on the terminal instance. |