type alias AttachedLoggerimport { type AttachedLogger } from "https://deno.land/x/pup@1.0.0-beta.23/lib/core/logger.ts"; definition: (severity: string,category: string,text: string,process?: ProcessConfiguration,) => boolean