interface LogEventimport { type LogEvent } from "https://deno.land/x/pup@1.0.0-beta.8/lib/core/logger.ts"; Propertiesseverity: stringcategory: stringtext: stringoptionalprocess: ProcessConfiguration