import { logLevels } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { getLevelByName } = logLevels;
Returns the numeric log level associated with the passed, stringy log level name.
Parameters
name: LevelName
import { logLevels } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { getLevelByName } = logLevels;
Returns the numeric log level associated with the passed, stringy log level name.