Static
Readonly
COLOR_BLUE
COLOR_BLUE: string = '\u001B[34m'
Static
Readonly
COLOR_CYAN
COLOR_CYAN: string = '\u001B[36m'
Static
Readonly
COLOR_GRAY
COLOR_GRAY: string = '\u001B[90m'
Static
Readonly
COLOR_GREEN
COLOR_GREEN: string = '\u001B[32m'
Static
Readonly
COLOR_MAGENTA
COLOR_MAGENTA: string = '\u001B[35m'
Static
Readonly
COLOR_RED
COLOR_RED: string = '\u001B[31m'
Static
Readonly
COLOR_RESET
COLOR_RESET: string = '\u001B[0m'
Static
Readonly
COLOR_YELLOW
COLOR_YELLOW: string = '\u001B[33m'
Static
Readonly
LEVELS
LEVELS: Record<string, number> = ...
A logger that pretty-prints everything.