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

x/pup/mod.ts>PluginApi#log

Universal process manager built in Deno
Go to Latest
method PluginApi.prototype.log
import { PluginApi } from "https://deno.land/x/pup@1.0.0-rc.9/mod.ts";

Parameters

severity:
| "log"
| "error"
| "info"
| "warn"
plugin: string
message: string