inflog
v0.1.5
Published
Inflog implementation in NodeJS
Downloads
4
Readme
Inflog-NodeJS
Inflog implementation in NodeJS
Required Environment Variables
INFLOG = true
INFLOG_HOST = localhost
INFLOG_PORT = 8086
INFLOG_DATABASE = localhost
Usage
const inflog = require("inflog");
inflog.error("Something went wrong...");
inflog.warning("Something nearly went wrong...");
inflog.info("It's okay, so far...");