UNPKG

@oclif/errors

Version:

display friendly CLI errors and log to error log

9 lines (8 loc) 226 B
export declare class Logger { file: string; protected flushing: Promise<void>; protected buffer: string[]; constructor(file: string); log(msg: string): void; flush(waitForMs?: number): Promise<void>; }