vignetteapp / vignette

The open source VTuber software. ❤
https://www.vignetteapp.org
Other
520 stars 33 forks source link

Add console support for extensions #265

Closed LeNitrous closed 2 years ago

LeNitrous commented 2 years ago

Prerequisites: https://github.com/vignetteapp/vignette/pull/264

Adds the following methods to the extension's global scope:

All methods behave similarly to its NodeJS and Browser counterparts.

sr229 commented 2 years ago

Internally in Node.js they use stdout, how did you approach this one?

LeNitrous commented 2 years ago

We make use of Stride's logging system. Listeners can subscribe to outputs. Listeners can be a console or something that writes to a text file.