Log entry captured from sandbox

interface SandboxLog {
    args: any[];
    level:
        | "error"
        | "log"
        | "info"
        | "warn";
    timestamp: number;
}

Properties

Properties

args: any[]
level:
    | "error"
    | "log"
    | "info"
    | "warn"
timestamp: number