import * as mod from "https://dotland.deno.dev/x/ultra@v2.0.1/lib/deps.ts";
Namespaces
N log | 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 |
Variables
🖍️ Crayon object that's used for styling
| |
Functions
Make an assertion, if not | |
CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation | |
f gte | |
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. | |
Create a | |
Converts and format a variable number of | |
f wait |
Type Aliases
Union of valid log level strings | |