Home > @rushstack/heft > IScopedLogger > emitError
IScopedLogger.emitError() method
Call this function to emit an error to the heft runtime.
Signature:
emitError(error: Error): void;
Parameters
Parameter | Type | Description |
---|---|---|
error | Error |
Returns:
void
Home > @rushstack/heft > IScopedLogger > emitError
Call this function to emit an error to the heft runtime.
Signature:
emitError(error: Error): void;
Parameter | Type | Description |
---|---|---|
error | Error |
Returns:
void