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

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

Universal process manager built in Deno
Go to Latest
interface LogEvent
import { type LogEvent } from "https://deno.land/x/pup@1.0.0-beta.36/lib/core/logger.ts";

Properties

severity: string
category: string
text: string
optional
process: ProcessConfiguration