Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kkristof200/ts-coloredlogs


https://github.com/kkristof200/ts-coloredlogs

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# colored-id-logger

colored logger with ids

## Install

```bash
npm i colored-id-logger
```

## Usage

```typescript
import { Logger } from 'colored-id-logger'

const log = new Logger('myLogger-1')

log.fail('something went wrong')
log.success('all good')
log.info('info')
```