import * as releaseUp from "https://deno.land/x/release_up@0.6.0/plugins/github/deps.ts";
Namespaces
N log | Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers. |
Classes
An object that encapsulates provided message and arguments as well some metadata that can be later used when formatting a message. |
Enums
Get log level numeric values through enum constants. Defaults to INFO. |
Variables
Handlers are responsible for actual output of log messages. When a handler is
called by a logger, it firstly checks that |
Functions
Resolve a Promise after a given amount of milliseconds. | |
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 | |
Log with info level, using default logger. | |
Setup logger config. | |
Log with warning level, using default logger. |
Type Aliases
Union of valid log level strings | |