KC's Workspace
    Preparing search index...
    interface Logger {
        hasWarned: boolean;
        clearScreen(type: LogType): void;
        error(msg: string, options?: LogErrorOptions): void;
        hasErrorLogged(error: Error | RollupError): boolean;
        info(msg: string, options?: LogOptions): void;
        warn(msg: string, options?: LogOptions): void;
        warnOnce(msg: string, options?: LogOptions): void;
    }
    Index

    Properties

    hasWarned: boolean

    Methods