diamondstalker-logger
v1.0.2
Published
This module overrides the console.log function so that log messages are saved to a file (debug.log) inside a folder (Debug) and also displayed in the standard console.
Downloads
6
Readme
Custom Console Logger
This module overrides the console.log
function so that log messages are saved to a file (debug.log
) inside a folder (Debug
) and also displayed in the standard console.
Instalación
npm install diamondstalker-logger
const console = require('diamondstalker-logger');