0.2.1 • Published 6 years ago

adaptive-log-js v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Log-js

Build Status Coverage Status npm Gitter Known Vulnerabilities license

Zero dependency logger with adaptive log level for JavaScript

adaptive-log-js is zero dependency logger with one simple ability: it can keep logs in buffer and will flush logs in case of higher log level.

Table of Contents

Features

  • Buffer log level: anything higher than this level will buffer.
  • Flush_level: this level will trigger logs to flush to upstream log.

Install

npm install --save adaptive-log-js

Usage

API

TODO: Fill out API specification.

Maintainers

@paridelpooya

Contribute

PRs accepted.

License

MIT © 2017 Pooya Paridel

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

7 years ago