spongedsc / pathways

Pathways: multi-modal AI/ML models on discord
GNU Affero General Public License v3.0
3 stars 1 forks source link

✨ Logger: Mock (for CUTS) & some fixes #92

Closed daniwasonline closed 1 month ago

daniwasonline commented 1 month ago

Description

This PR adds a "mock" mode to Logger, specifically useful for unit testing (see CUTS in the Callsystems RFC). It also introduces some fixes and other miscellaneous changes, i.e. Logger will now call the appropriate log function (console.log, console.error, etc.) based on the log level specified.