interface StdioLog {
    fd: 0 | 1 | 2;
    name: string;
    previous?: LogEntry;
    text: string;
}

Hierarchy (view full)

Properties

Properties

fd: 0 | 1 | 2
name: string
previous?: LogEntry
text: string