Wednesday 19 December 2018

Loggin'JS a Winston (logging) alternative

Loggin'JSHi, I've been working on a logger similar to Winston, and just wanted to showcase it a little. I made it for a work project where we needed a logger that was modular, heavely customizable, could log to diferent outputs and was simple. And this is the result.What is it?It's a little customizable logger for NodeJS with wich you can log to the console, to a file, to a remote service or create a custom Notifier.It's really simple to use and configure, it can also be really customized.What can you do?You canCustomize the formattersFilter logsCreate custom notifiers to match your needs if the premade ones don'tJoin loggers into one interfacePipe diferent levels to diferent filesSave logs and output when needed (as npm does)Color logsShow line number...ResourcesWikiNPMGitHubExamplesA list of some usage examples:Basic ExampleOnly log one severityLogging to a fileLogging RemotelyCustom Logger​If any of you is interested, please check it out and tell me what you guys think!Hope it helps someone as it helps us on our projects!Cheers!​PD: I'm looking for some help, if any of you is interested. I'm working on a big update.​

Submitted December 19, 2018 at 04:17PM by nombrekeff

No comments:

Post a Comment