Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps.ts>getLogger

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function getLogger
import { getLogger } from "https://deno.land/x/actionify@0.2.0/config/deps.ts";

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

Parameters

optional
name: string

Returns

Logger