@libit/log
TypeScript icon, indicating that this package has built-in type declarations

0.4.25 • Public • Published

@libit/log

Lightweight level based logging system.

Log Level

How do Levels Works?

A log request of level p in a logger with level q is enabled if p >= q. This rule is at the heart of @libit/log. It assumes that levels are ordered. For the standard levels, we have ALL < DEBUG < INFO < WARN < ERROR < FATAL < OFF.

Readme

Keywords

none

Package Sidebar

Install

npm i @libit/log

Weekly Downloads

0

Version

0.4.25

License

MIT

Unpacked Size

73.2 kB

Total Files

63

Last publish

Collaborators

  • towyuan