Skip to main content
Module

x/hex/mod.ts>standards.logging.Logger

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface standards.logging.Logger
import { type standards } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { Logger } = standards.logging;

Methods

log(
severity: Severity,
message: string,
...args: readonly unknown[],
): void