Type alias LogEntry

LogEntry: {
    args: any[];
    id: string;
    level: number;
    timestamp: Date;
}

Type declaration

  • args: any[]
  • id: string
  • level: number
  • timestamp: Date

Generated using TypeDoc