Skip to main content
Module

x/flowscripter_dynamic_plugin_framework/deps.ts>log

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

Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers.

Enums

Get log level numeric values through enum constants

Functions

Log with critical level, using default logger.

Log with debug level, using default logger.

Log with error level, using default logger.

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

Log with info level, using default logger.

Setup logger config.

Log with warning level, using default logger.