inflog

Inflog implementation in NodeJS


License
MIT
Install
npm install inflog@0.1.5

Documentation

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...");