UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

18 lines (17 loc) 564 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.theme = void 0; const chalk_1 = __importDefault(require("chalk")); exports.theme = { base: chalk_1.default.gray, type: { log: chalk_1.default.gray, info: chalk_1.default.whiteBright, warn: chalk_1.default.yellowBright, error: chalk_1.default.redBright, debug: chalk_1.default.cyan, }, };