JSPM

  • Created
  • Published
  • Downloads 300
  • Score
    100M100P100Q87893F
  • License MIT

Typescript Logger

Package Exports

  • typescript-ilogger
  • typescript-ilogger/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-ilogger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

typescript-ilogger

CI/CD codecov NPM Version Downloads

Install

npm install typescript-ilogger@latest

Logger

The ILogger has 6 different log levels that are displayed in hierarchial order on which logs are actually logged:

  • Debug
  • Trace
  • Information
  • Warning
  • Error
  • Off

Development

Clone the latest and run

npm run prep

to install packages and prep the git hooks