Skip to content

YodaLightsabr/stumpjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Better logging for Node.js

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published