Skip to content

sujalgoel/quick-logs

Repository files navigation

Atlanta

Quick Logs

discord website npm

Store your console logs into any file.

How to use 📚

const quicklogs = require("@sujalgoel/quick-logs"); // Requiring our package.

quicklogs("YOUR_DATA"); // It will save the data in quick-logs.log file.
quicklogs("YOUR_DATA", 'custom-name'); // It will save the data in custom-name file.

Reasons Why 📋

  • simple to use.
  • Easiest setup with no hastle.
  • Everything logs into the file. So, no console logging.

Creators 💖

  • Sujal Goel#0302