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