interface LogErrorOptions {
    clear?: boolean;
    error?: null | Error | RollupError;
    timestamp?: boolean;
}

Hierarchy (view full)

Properties

clear?: boolean
error?: null | Error | RollupError
timestamp?: boolean