Logging package for my projects
Go to file
2022-11-06 17:21:33 +02:00
src bugfix, test & readme 2022-11-06 17:21:10 +02:00
test bugfix, test & readme 2022-11-06 17:21:10 +02:00
.eslintrc.json Logging package 2022-11-05 17:31:54 +02:00
.gitignore bugfix, test & readme 2022-11-06 17:21:10 +02:00
index.js Logging package 2022-11-05 17:31:54 +02:00
package.json v1.0.0 2022-11-06 17:21:33 +02:00
README.md bugfix, test & readme 2022-11-06 17:21:10 +02:00
yarn.lock Logging package 2022-11-05 17:31:54 +02:00

Navy's logger

Simple logger I wrote to have a unified system for logging throughout my projects.

TODO

  • Automatic file rotation, currently only rotates files on startup
  • Discord webhook, need to write a separate package for that, don't want to add the entirety of d.js as a dep just for a webhook

Features

Split into Master and Client for logging between processes, where master resides on the master process and the clients on the spawned processes.
Should be fairly trivial to modify it to work across nodes with websockets.