Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/justaos_utils/packages/logger-utils/deps.ts>getLogger

Common utility functions used across projects
Go to Latest
function getLogger
Re-export
import { getLogger } from "https://deno.land/x/justaos_utils@v1.9.0/packages/logger-utils/deps.ts";

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

Parameters

optional
name: string