Skip to main content
Module

std/log/mod.ts>getLogger

Deno standard library
Go to Latest
function getLogger
import { getLogger } from "https://deno.land/std@0.124.0/log/mod.ts";

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

Parameters

optional
name: string