Skip to main content
Module

std/log/get_logger.ts>getLogger

The Deno Standard Library
Go to Latest
function getLogger
import { getLogger } from "https://deno.land/std@0.222.1/log/get_logger.ts";

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

Parameters

optional
name: string