# scribe-js

> Comprehensive logging framework with online interface

Latest version **2.0.4** (published 2015-01-19) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install scribe-js
pnpm add scribe-js
yarn add scribe-js
bun add scribe-js
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2015-01-19 |
| First published | 2014-12-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 281 |
| Author | Mathew Kurian |
| Maintainers | bluejamesbond |

## Links

- npm: https://www.npmjs.com/package/scribe-js
- Repository: https://github.com/bluejamesbond/Scribe.js
- Issues: https://github.com/bluejamesbond/Scribe.js/issues
- npm.io page: https://npm.io/package/scribe-js

## Dependencies (5)

- [colors](https://npm.io/package/colors.md) ^1.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.0
- [moment](https://npm.io/package/moment.md) ^2.8.0
- [express](https://npm.io/package/express.md) ^4.0.0
- [callsite](https://npm.io/package/callsite.md) ^1.0.0

## Recent versions

- 2.0.4 (latest) — 2015-01-19
- 3.0.0-alpha.10 (beta) — 2016-04-12
- 3.0.0-alpha.1 (unstable) — 2016-03-23
- 3.0.0-alpha.9 — 2016-04-12
- 3.0.0-alpha.8 — 2016-04-12
- 3.0.0-alpha.7 — 2016-04-12
- 3.0.0-alpha.6 — 2016-04-11
- 3.0.0-alpha.5 — 2016-04-11
- 3.0.0-alpha.4 — 2016-04-11
- 3.0.0-alpha.3 — 2016-04-11
- 3.0.0-alpha.2 — 2016-04-11
- 2.0.3 — 2015-01-11
- 2.0.2 — 2014-12-25
- 2.0.1 — 2014-12-25
- 2.0.0 — 2014-12-25

## README

[![npm version](https://badge.fury.io/js/scribe-js.svg)](http://badge.fury.io/js/scribe-js)  [![Build Status](https://travis-ci.org/bluejamesbond/Scribe.js.svg?branch=master)](https://travis-ci.org/bluejamesbond/Scribe.js)  
   
![Logo](https://raw.githubusercontent.com/bluejamesbond/Scribe.js/master/__misc/scribejs%20design%20logo%20%5Ba%5D.png)

**Lightweight NodeJS Logging**

#Overview

Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement.

##WebPanel
![webPanel](__misc/webPanelDemo.gif)  

##Terminal
![terminal](__misc/terminalDemo.png)  

##Features

- Allows you to use the `console` object (which provides easy integration with existing systems)
- Save messages into JSON log files organized by user, date, and type or your custom rule
- Print messages into console using customized colors (to indicate level of importance)
- Adding context to logs such as time, tags, filename and line number
- Handles logging Objects / Arrays
- Log Express.js requests
- Provides a developer API to access your logs
- Features a rich HTML web panel to access logs from anywhere in the world

#Live Demo
You can access a live demo of the library [here](https://bluejamesbond.github.io/Scribe.js/).

#Wiki

For examples, tests, and API refer to the [Scribe.js Wiki](https://github.com/bluejamesbond/Scribe.js/wiki).

#Installation
```
npm install scribe-js
```

#Contributors

- [bluejamesbond](https://github.com/bluejamesbond)
- [guillaumewuip](https://github.com/guillaumewuip)

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