Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gauntlet/src/mod.ts>LogEvents

Work-in-progress front-end tool which does put a smile on my face
Latest
interface LogEvents
import { type LogEvents } from "https://deno.land/x/gauntlet@v0.0.9/src/mod.ts";

Base events interface, designed for the EventEmitter<T> implementation from deno_events, should be used for fine-grained debugging and crash reporting.

Methods

fatal(description: string, error?: Error): void
error(description: string, error?: Error): void
warn(description: string): void
info(description: string): void
debug(description: string): void