# logtopus-console-logger

> Console logger module for Logtopus logger

Latest version **1.1.3** (published 2020-10-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install logtopus-console-logger
pnpm add logtopus-console-logger
yarn add logtopus-console-logger
bun add logtopus-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 | 1.1.3 |
| Published | 2020-10-19 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andi Heinkelein andifeind@noname-media.com> |
| Maintainers | andifeind, firetux |
| Keywords | log, logger, logtopus, console, console.log |

## Links

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

## Dependencies (1)

- [colorfy](https://npm.io/package/colorfy.md) ^2.1.3

## 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

- 1.1.3 (latest) — 2020-10-19
- 1.1.2 — 2019-06-25
- 1.1.1 — 2019-06-25
- 1.1.0 — 2019-01-26
- 1.0.0 — 2017-10-27
- 0.1.0 — 2017-10-18
- 0.0.0 — 2017-10-18

## README

Logtopus Console Logger
=======================

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

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

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

```cson
console:
  colors: true // enable CLI colors
  timestame: true // enable timestamp logging
  uptime: true // enable uptime log
  template: 'minimal' // change output template
```

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