# @vandaniel/logger

> fake logger for test purposes

Latest version **0.1.0** (published 2023-08-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install @vandaniel/logger
pnpm add @vandaniel/logger
yarn add @vandaniel/logger
bun add @vandaniel/logger
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2023-08-07 |
| First published | 2023-08-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 12.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | dsukhomlinov |
| Maintainers | van_requil |
| Keywords | vdlogger |

## Links

- npm: https://www.npmjs.com/package/@vandaniel/logger
- npm.io page: https://npm.io/package/@vandaniel/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

- 0.1.0 (latest) — 2023-08-07
- 0.0.3 — 2023-08-07
- 0.0.2 — 2023-08-07
- 0.0.1 — 2023-08-07

## README

# npm-test-package

[![npm version](https://badge.fury.io/js/npm-test-package.svg)](https://badge.fury.io/js/npm-test-package)

## Description

`npm-test-package` is a simple npm package that provides a fake logger for your Node.js applications. It allows you to log messages to the console with additional "SPECIAL" tagging using the `spLog` method.

## Installation

To install `npm-test-package`, you can use npm or yarn:

```bash
npm install npm-test-package
# or
yarn add npm-test-package
```

## Usage

```javascript
const { spLog } = require('npm-test-package');

spLog('This is a regular log message.'); // Output: This is a regular log message.
spLog('This is a special log message.', true); // Output: SPECIAL: This is a special log message.
```

## Features

- Simple and lightweight fake logger for testing and development purposes.
- Adds a "SPECIAL" tag to log messages with the `spLog` method.

## License

This package is licensed under the [MIT License](LICENSE).

## Contribution

Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request on the [GitHub repository](https://github.com/your-username/npm-test-package).

## Author

This npm package was developed by [Your Name](https://github.com/your-username).

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