Home > @rushstack/node-core-library > StringBufferTerminalProvider > getErrorOutput
StringBufferTerminalProvider.getErrorOutput() method
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.
Get everything that has been written at error-level severity.
Signature:
getErrorOutput(options?: IStringBufferOutputOptions): string;
Parameters
Parameter | Type | Description |
---|---|---|
options | IStringBufferOutputOptions | (Optional) |
Returns:
string