Skip to main content
Module

std/log/mod.ts>getLogger

The Deno Standard Library
Latest
function getLogger
Re-export
import { getLogger } from "https://deno.land/std@0.224.0/log/mod.ts";

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

Parameters

optional
name: string