Skip to main content
Module

x/pup/mod.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-alpha.0/mod.ts";
definition: (
severity: string,
category: string,
text: string,
) => boolean