LogData: Record<string, any> & {
    level: number;
    time: number;
    pid: number;
    hostname: string;
    labels: any[];
    msg: string | Error;
}

The structure of a Log object when returned by a stream data event