Skip to main content
Module

std/log/mod.ts>getLogger

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function getLogger
import { getLogger } from "https://deno.land/std@0.211.0/log/mod.ts";

Get a logger instance. If not specified name, get the default logger.

Parameters

optional
name: string