1.0.115 • Published 9 months ago

typescript-ilogger v1.0.115

Weekly downloads
238
License
MIT
Repository
github
Last release
9 months ago

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