Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/branch/deps.ts>log.getLogger

📠 Denosaurs pretty logger
Go to Latest
function log.getLogger
import { log } from "https://deno.land/x/branch@0.1.5/deps.ts";
const { getLogger } = log;

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

Parameters

optional
name: string