Home > @rushstack/heft > IScopedLogger
IScopedLogger interface
Signature:
export interface IScopedLogger
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
terminal | readonly | ITerminal |
Methods
Method | Description |
---|---|
emitError(error) | Call this function to emit an error to the heft runtime. |
emitWarning(warning) | Call this function to emit an warning to the heft runtime. |