# ezcustomlogger

> THIS IS ARCHIVED

Latest version **1.0.2** (published 2021-03-16) · GPL 3.0 license · 0 weekly downloads

## Install

```sh
npm install ezcustomlogger
pnpm add ezcustomlogger
yarn add ezcustomlogger
bun add ezcustomlogger
```

## 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.2 |
| Published | 2021-03-16 |
| First published | 2021-03-05 |
| Weekly downloads | 0 |
| License | GPL 3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 36.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | MyBadProjects |
| Maintainers | mybadprojects |

## Links

- npm: https://www.npmjs.com/package/ezcustomlogger
- Repository: https://github.com/MyBadProjects/MyBadProjects-Archives/tree/main/ezcustomlogger-main
- npm.io page: https://npm.io/package/ezcustomlogger

## Recent versions

- 1.0.2 (latest) — 2021-03-16
- 1.0.111 — 2021-03-05
- 1.0.11 — 2021-03-05
- 1.0.1 — 2021-03-05
- 1.0.0 — 2021-03-05

## README

THIS IS ARCHIVED

# @mybadprojects/ezcustomlogger
This is a basic logging tool which allows you to create your own logger!

```javascript
logs = ""
function log(String, Level) {
    if (logs=="") {
        logs += `[${Level}] ${String}`
    } else {
        logs += `\n[${Level}] ${String}`
    }
}

const ezlogger = require('npm-ezlogger')
ezlogger.callProcess(log)
```

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