interface TraceLog {
    level: string;
    message: any;
    timestamp: number;
}

Properties

level: string
message: any
timestamp: number