11 lines
540 B
Markdown
11 lines
540 B
Markdown
|
# 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.
|