# logtopus-file-logger

> File logger module for Logtopus logger

Latest version **1.0.2** (published 2022-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install logtopus-file-logger
pnpm add logtopus-file-logger
yarn add logtopus-file-logger
bun add logtopus-file-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 | 1.0.2 |
| Published | 2022-04-01 |
| First published | 2017-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andi Heinkelein |
| Maintainers | andifeind, kippis, firetux |
| Keywords | log, logger, filelog, filelogger, logtopus |

## Links

- npm: https://www.npmjs.com/package/logtopus-file-logger
- Repository: https://github.com/Andifeind/logtopus-file-logger
- Homepage: https://github.com/Andifeind/logtopus-file-logger#readme
- Issues: https://github.com/Andifeind/logtopus-file-logger/issues
- npm.io page: https://npm.io/package/logtopus-file-logger

## Dependencies (1)

- [mkdirp](https://npm.io/package/mkdirp.md) ^1.0.4

## 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
- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K 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

## Recent versions

- 1.0.2 (latest) — 2022-04-01
- 1.0.1 — 2017-10-31
- 1.0.0 — 2017-10-27
- 0.1.0 — 2017-10-19

## README

Logtopus File Logger
=======================

[![Build Status](https://travis-ci.org/Andifeind/logtopus-file-logger.svg?branch=master)](https://travis-ci.org/Andifeind/logtopus-file-logger)

File logger module for [Logtopus](https://github.com/Andifeind/logtopus) logger.

Configuration
-------------

```cson
file:
  logfile: './logs/app.log' # Logfile, relative to process.cwd(),
  separator: ' ' # Data separator.
```

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