Skip to main content
Module

x/flowscripter_dynamic_plugin_framework/deps.ts>log.LevelName

Dynamic plugin framework for Deno based on Javascript Modules and import() function.
type alias log.LevelName
Re-export
import { type log } from "https://deno.land/x/flowscripter_dynamic_plugin_framework@v1.1.2/deps.ts";
const { LevelName } = log;

Union of valid log level strings

definition: keyof LogLevels