Skip to main content
The Deno 2 Release Candidate is 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.2/mod.ts";

Parameters

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