import * as clarigen from "https://deno.land/x/clarigen@v0.4.10/src/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. An error class and a string that should be included in the error message can also be asserted. | |
f blue | Set text color to blue. |
f bold | Make the text bold. |
Returns the numeric log level associated with the passed, stringy log level name. | |
f gray | Set text color to gray. |
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. | |
Parses | |
f red | Set text color to red. |
Converts and format a variable number of | |
Stringify dumps source object into TOML string and returns it. | |
Set text color to yellow. |
Type Aliases
Union of valid log level strings | |
Union of valid log level strings | |
T Type |