Skip to main content
Module

x/branch/deps.ts

📠 Denosaurs pretty logger
Latest
import * as branch from "https://deno.land/x/branch@0.1.6/deps.ts";

Enums

Get log level numeric values through enum constants

Get log level numeric values through enum constants

Functions

Set text color to blue.

Make the text bold.

Set text color to gray.

Set text color to green.

Make the text italic.

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.

Set text color to red.

Reset the text modified

Set changing text color to enabled or disabled

Set text color to yellow.

Type Aliases

Union of valid log level strings

Union of valid log level strings