https://github.com/kbrashears5/typescript-ilogger
Typescript Logger
https://github.com/kbrashears5/typescript-ilogger
ilogger javascript logger typescript
Last synced: 2 months ago
JSON representation
Typescript Logger
- Host: GitHub
- URL: https://github.com/kbrashears5/typescript-ilogger
- Owner: kbrashears5
- License: mit
- Created: 2020-05-27T00:22:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T16:07:47.000Z (12 months ago)
- Last Synced: 2024-10-16T08:05:07.866Z (7 months ago)
- Topics: ilogger, javascript, logger, typescript
- Language: TypeScript
- Homepage: https://github.com/kbrashears5/typescript-ilogger#readme
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
typescript-ilogger
[](https://github.com/kbrashears5/typescript-ilogger/actions/workflows/ci-cd.yml)
[](https://codecov.io/gh/kbrashears5/typescript-ilogger)
[](https://img.shields.io/npm/v/typescript-ilogger)
[](https://img.shields.io/npm/dt/typescript-ilogger)## 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
npm run prep
```to install packages and prep the git hooks