Skip to main content
Module

x/houston/mod.ts>Background

An advanced Deno logger, like Winston for Nodejs, with no dependencies
Latest
enum Background
import { Background } from "https://deno.land/x/houston@1.0.0/mod.ts";

Members

Black = "\u001b[40m"
Blue = "\u001b[44m"
Cyan = "\u001b[46m"
Green = "\u001b[42m"
Purple = "\u001b[45m"
Red = "\u001b[41m"
White = "\u001b[47m"
Yellow = "\u001b[43m"