Description
Changelog
Reviews (0)
Sweet Logger
Hey - that's sweet logger you got there!
A drop in replacement for print() that makes reading logs from multiple debug instances on 1 machine tolerable. By default all logs appear in the same console without client context. Not when you're using the Sweet Logger!
- Peer/Client aware. Tags logs with client's peer id.
- Log levels for warnings, errors, etc.
- Script and function context.
- Timestamps
- Organized rich output with columns, color coding.
Install, enable the plugin, then call SweetLogger autoload from anywhere:
SweetLogger.info("Player joined", [], "lobby.gd", "on_peer_connected")
More information including API and message formatting: https://github.com/sweetpeaontv/sweet-logger
MIT licensed.
Changelog for version Sweet Logger 1.01
No changelog provided for this version.