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

x/unilogger/src/logger.ts>Logger#debug

Logger utility module for Deno
Latest
method Logger.prototype.debug
import { Logger } from "https://deno.land/x/unilogger@v1.1.0/src/logger.ts";

Write a message to the console. Prefixed with the log type

Parameters

message: string | unknown
  • The message to be logged
...params: unknown[]

Returns

string | void

Return the full logged message.