mahiatlinux's picture
Upload 3053 files
311cc15 verified

meklog

Node.js logging library

Inspired by Simpllog

Stars

Usage

npm i meklog

const { Logger, LogLevel } = require("meklog")
const log = new Logger(production: boolean, prefix: string);
log(LogLevel.Info, "Hello, World!");