inflog

0.1.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i inflog

Weekly Downloads

0

Version

0.1.5

License

MIT

Last publish

Collaborators

  • zenkilies