Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method ConsoleLogger.prototype.debug
import { ConsoleLogger } from "https://deno.land/x/unilogger@v1.1.0/src/console_logger.ts";

Log a debug message.

Parameters

message: string

The message to log.

...params: unknown[]

Returns

string | void

The full message that will be logged