Skip to main content
Module

std/log/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.118.0/log/mod.ts";

Enums

Get log level numeric values through enum constants

Functions

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 name, get the default logger.

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