Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface SptLogger
import { type SptLogger } from "https://deno.land/x/sptaki@1.2.0/models/spt/logging/SptLogger.d.ts";

Properties

error: (msg: string | Record<string, unknown>) => void
warn: (msg: string | Record<string, unknown>) => void
optional
succ: (msg: string | Record<string, unknown>) => void
info: (msg: string | Record<string, unknown>) => void
debug: (msg: string | Record<string, unknown>) => void