Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/mod.ts>PluginApi#getLogs

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

Parameters

optional
processId: string
optional
startTimeStamp: number
optional
endTimeStamp: number
optional
nRows: number

Returns

Promise<LogEventData[]>