import * as mod from "https://dotland.deno.dev/std@0.215.0/log/levels.ts"; VariablesvLogLevelNamesPermitted log level names vLogLevelsUse this to retrieve the numeric log level by it's associated name. Defaults to INFO. FunctionsfgetLevelByNameReturns the numeric log level associated with the passed, stringy log level name. fgetLevelNameReturns the stringy log level name provided the numeric log level. Type AliasesTLevelNameUnion of valid log level names TLogLevelUnion of valid log levels