import * as mod from "https://deno.land/x/mod@v2.3.9/dev_deps.ts";
Enums
Get log level numeric values through enum constants |
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
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 | |