JSPM

  • Created
  • Published
  • Downloads 231
  • Score
    100M100P100Q89197F
  • License MIT

Typescript Logger

Package Exports

  • typescript-ilogger

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

Typescript ILogger

Build Status

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