Skip to content

kbrashears5/typescript-ilogger

Repository files navigation

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