import { logLevels } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
Enums
Get log level numeric values through enum constants |
Variables
Permitted log level names |
Functions
Returns the numeric log level associated with the passed, stringy log level name. | |
Returns the stringy log level name provided the numeric log level |
Type Aliases
Union of valid log level strings |