# magic-console-logger

> This is amazing console log package that allow you to console string with css

Latest version **2.0.7** (published 2019-04-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install magic-console-logger
pnpm add magic-console-logger
yarn add magic-console-logger
bun add magic-console-logger
```

## 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 | 2.0.7 |
| Published | 2019-04-24 |
| First published | 2019-04-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Ashish Sharam |
| Maintainers | ashish__sharma |
| Keywords | logger, console-logger, logging |

## Links

- npm: https://www.npmjs.com/package/magic-console-logger
- Repository: https://github.com/ashish-ajm/magic-console-logger
- Homepage: https://github.com/ashish-ajm/magic-console-logger#readme
- Issues: https://github.com/ashish-ajm/magic-console-logger/issues
- npm.io page: https://npm.io/package/magic-console-logger

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 2.0.7 (latest) — 2019-04-24
- 2.0.6 — 2019-04-23
- 2.0.5 — 2019-04-22
- 2.0.4 — 2019-04-22
- 2.0.3 — 2019-04-22
- 2.0.2 — 2019-04-22
- 2.0.1 — 2019-04-22

## README

# Magic-console-logger

This is simple and basic package. In this we can customise color of console text like success, error and info etc. By this its very easy to distinguish console text. 


### Installing

Install latest package by command.

```
npm install magic-console-logger
```

## Running the tests

Here is the example to use this package
```javascript
const logger = require('magic-console-logger');
logger('success', 'Hello test success');
logger('error', 'Hello test error');
logger('info', 'Hello test info');
```
It will console

Success **In Green color** Hello test success
Error  **In Red color** Hello test error
Info **In Skyblue color** Hello test info


## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags). 

## Authors

* **Ashish Sharma** - *Initial work* - [Ashish Sharma](https://github.com/ashish-ajm)


## Acknowledgments

* Inspiration : I got this idea when i was working on a project where console logging were difficult to recognise saperatly. So I decided to create small and basic package to console log with customise color. It make easy to read success or error msg in console.

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