An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

typescript-ilogger



[![CI/CD](https://github.com/kbrashears5/typescript-ilogger/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/kbrashears5/typescript-ilogger/actions/workflows/ci-cd.yml)
[![codecov](https://codecov.io/gh/kbrashears5/typescript-ilogger/branch/main/graph/badge.svg?token=QRKL0QJ81I)](https://codecov.io/gh/kbrashears5/typescript-ilogger)
[![NPM Version](https://img.shields.io/npm/v/typescript-ilogger)](https://img.shields.io/npm/v/typescript-ilogger)
[![Downloads](https://img.shields.io/npm/dt/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