1.0.3 • Published 3 years ago
supa-logging v1.0.3
SupaLogging is a super simple logging system for node
Install
npm i supa-logging
Usage example:
const logger = require("supa-logging");
logger.Info("test");
logger.Warn("test");
logger.Error("test");
logger.Success("test");