# shark-logger-remote

> shark-logger logs things to a file or over UDP

Latest version **0.0.2** (published 2020-07-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install shark-logger-remote
pnpm add shark-logger-remote
yarn add shark-logger-remote
bun add shark-logger-remote
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-07-03 |
| First published | 2020-07-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Sharbyteprojects |
| Maintainers | sharkbyteprojects |

## Links

- npm: https://www.npmjs.com/package/shark-logger-remote
- Repository: https://github.com/Sharkbyteprojects/shark-logger
- Homepage: https://github.com/Sharkbyteprojects/shark-logger#readme
- Issues: https://github.com/Sharkbyteprojects/shark-logger/issues
- npm.io page: https://npm.io/package/shark-logger-remote

## Recent versions

- 0.0.2 (latest) — 2020-07-03
- 0.0.1 — 2020-07-03

## README

# shark-logger

Example:
```

const sharkevent = require("shark-logger-remote");

const logger = new sharkevent("myapplication.log", ["ERR", "WARN", "INFO"], { port: 8080, host: "localhost" });

logger.emit("info", "Helloworld");

logger.emit("warn", "Be careful!");

logger.emit("error", "OOOPS!");

```
This will log three things into the file `myapplication.log` and send it to `localhost` at port `8080` via udp

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