Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/lib/core/logger.ts>AttachedLogger

Universal process manager built in Deno
Go to Latest
type alias AttachedLogger
import { type AttachedLogger } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/logger.ts";
definition: (
severity: string,
category: string,
text: string,
timeStamp?: number,
) => boolean