Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/drash/src/services/dexter/deps.ts>ConsoleLogger

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
class ConsoleLogger
extends Logger
import { ConsoleLogger } from "https://deno.land/x/drash@v2.8.1/src/services/dexter/deps.ts";

Methods

debug(message: string, ...params: unknown[]): string | void

Log a debug message.

error(message: string, ...params: unknown[]): string | void

Log an error message.

fatal(message: string, ...params: unknown[]): string | void

Log an warning message.

info(message: string, ...params: unknown[]): string | void

Log an info message.

trace(message: string, ...params: unknown[]): string | void

Log an warning message.

warn(message: string, ...params: unknown[]): string | void

Log an warning message.