Questions tagged [scribe-js]

Scribe.js is a lightweight NodeJS Logging library. Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date.

Scribe js is a lightweight NodeJS Logging library. Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date.

Not to be confused with Scribe text editor

1 questions
0
votes
1 answer

scribe js error - console.log not defined

I was using scribe js like app.js var scribe = require('scribe-js')(); var console=process.console; app.use(scribe.express.logger()); app.use('/logs', scribe.webPanel()); and in my module.js var like = 0; var error=require('./error'); var…
Aishwat Singh
  • 4,331
  • 2
  • 26
  • 48