xpack / logger-ts

A Node.js CommonJS/ES6 module with a generic console logger class

Home Page:https://xpack.github.io/logger-ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a method to check if the log level is above a given level

ilg-ul opened this issue · comments

Add isLevel(level), as a generic version of the concrete accessors (like isDebug, etc).