Skip to main content
Module

x/flowscripter_dynamic_plugin_framework/deps.ts>log.getLogger

Dynamic plugin framework for Deno based on Javascript Modules and import() function.
function log.getLogger
import { log } from "https://deno.land/x/flowscripter_dynamic_plugin_framework@v1.1.3/deps.ts";
const { getLogger } = log;

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

Parameters

optional
name: string