import * as ultra from "https://deno.land/x/ultra@v2.3.8/lib/deps.ts";
Namespaces
N log | Logging library with the support for terminal and file outputs. Also provides interfaces for building custom loggers. |
Classes
c Hono | |
An object that encapsulates provided message and arguments as well some metadata that can be later used when formatting a message. | |
Reader utility for strings. |
Enums
Get log level numeric values through enum constants. Defaults to INFO. |
Variables
🖍️ Crayon object that's used for styling
| |
v join | |
Handlers are responsible for actual output of log messages. When a handler is
called by a logger, it firstly checks that | |
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 | Greater than or equal comparison |
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 | |