interface LogEventDataimport { type LogEventData } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/logger.ts"; Propertiesseverity: stringcategory: stringtext: stringprocessId: stringtimeStamp: number