1.1.0 • Published 3 years ago

stump.js v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Stump.js

Stump.js gives you more control of the data logged to the console. You can easily toggle debug messages and verbose messages on and off, as well as locate error messages faster.

Code example

Code: Code example Output: Output example

Logging to a Discord webhook

Setting up a Discord channel with a webhook is a great way to save logs in a searchable format for free.

Code: Code example Output: Output example

Usage

The Stump class is invoked with two arguments: features and settings. The Debug feature enables the debug and verbose log messages. The Discord feature enables posting to a Discord webhook and requires the webhook parameter in the settings object.

To enable timestamps, add the Timestamp feature.

Output: Output example

Logging methods:

  • .info()
  • .success()
  • .warn()
  • .error()
  • .verbose()
  • .debug()