# node-messenger-log

> Light and simple Logger

Latest version **1.0.0** (published 2020-04-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install node-messenger-log
pnpm add node-messenger-log
yarn add node-messenger-log
bun add node-messenger-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.0 |
| Published | 2020-04-24 |
| First published | 2020-04-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Alterdesk |
| Maintainers | developer_alterdesk |

## Links

- npm: https://www.npmjs.com/package/node-messenger-log
- Repository: https://github.com/Alterdesk/node-messenger-log
- Homepage: https://github.com/Alterdesk/node-messenger-log#readme
- Issues: https://github.com/Alterdesk/node-messenger-log/issues
- npm.io page: https://npm.io/package/node-messenger-log

## Recent versions

- 1.0.0 (latest) — 2020-04-24

## README

# node-messenger-log

Light and simple Logger

## Enable/Disable timestamp
* 0 -> off(default)
* 1 -> on
```bash
export NODE_MESSENGER_LOG_TIMESTAMP=1
```

## Use JSON spacing
Number of spaces when logging an object as JSON, 0 is default
```bash
export NODE_MESSENGER_LOG_JSON_SPACE=1
```

## Enable/Disable logging with colors
* 0 -> off(default)
* 1 -> on(4 bit colors)
* 2 -> on(8 bit colors)
```bash
export NODE_MESSENGER_LOG_COLORS=1
```

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