# enhance-log

> Simple/lazy but pretty console logging for TS/JS projects

Latest version **1.0.7** (published 2022-03-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install enhance-log
pnpm add enhance-log
yarn add enhance-log
bun add enhance-log
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2022-03-17 |
| First published | 2022-03-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Luke Trimby |
| Maintainers | lukas-one |

## Links

- npm: https://www.npmjs.com/package/enhance-log
- Repository: https://github.com/lukas-one/enhance-log
- Homepage: https://github.com/lukas-one/enhance-log#readme
- Issues: https://github.com/lukas-one/enhance-log/issues
- npm.io page: https://npm.io/package/enhance-log

## Recent versions

- 1.0.7 (latest) — 2022-03-17
- 1.0.6 — 2022-03-17
- 1.0.5 — 2022-03-17
- 1.0.4 — 2022-03-17
- 1.0.3 — 2022-03-17
- 1.0.2 — 2022-03-17
- 1.0.1 — 2022-03-17
- 1.0.0 — 2022-03-17

## README

# Simple/lazy but pretty console logging for TS/JS projects #


Main features:

```js
Log.i("Here's some info for ya");

Log.d("Something debug this way comes");

Log.w("WARNING! Something undesirable happened");

Log.c("#FFC0CB", "Looking pretty in pink");

Log.e("ERROR! Something really bad has happened");

Log.throw("ERROR! I give up");
```
	
Set default colours with:

```js
Log.color.info = "blue";
Log.color.debug = "green";
Log.color.warn = "orange";
Log.color.error = "purple";
```


## Installation ##

	$> npm i enhance-log


## Contributors ##

Luke Trimby


## Licence ##

MIT

---
_Source: https://npm.io/package/enhance-log · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
