Jethro Logger is an all-in-one logging utility designed to give developers the logging tools and flexibility they need within one complete package. It is also designed to be used in cooperation with other tools and transport services.
Feel free to visit the HenchSpace website here.
npm i jethro --save
var logger = require('jethro');
logger("info", "Testing", "This is a test message!");
It's as simple as that!
The simple makeup of the logger input is explained within the sections below:
logger( severity, source, message)
Here's a screen shot of a potential output:
Customisations for the settings can be found [here] (/docs/v2/SETTINGS.md).
Current Internal plugins:
- Undergoing Rewrite
- Undergoing Rewrite
- HenchBot
- HenchSpace backend infrastructure
- TFL Bot (plug.dj)
Birthed by Henchman.
Helped and maintained with Alex.
Suggestions and moral support from xBytez and Matthew!
Licensed under the LGPL v3 License
Copyright (C) 2015 Samuel Mills (known as Henchman, under the github teams: JethroLogger & HenchSpace)
You can find full license here.