bloxstraplabs / bloxstrap

An alternative bootstrapper for Roblox with a bunch of extra features.
https://bloxstraplabs.com
MIT License
1.88k stars 335 forks source link

[REQ] Allow integrations to receive flog entries from the activity watcher #3754

Open axellse opened 2 weeks ago

axellse commented 2 weeks ago

Acknowledgement of preliminary instructions

What idea do you have?

There should be an option to pipe specific or all log entries analyzed by the activity watcher to the stdin of a custom integration process. This could either be triggered by an option in the menu when adding the integration, or the integration process writing a specific message to its stdout declaring that it wants to receive log files.

This would make it easier to develop and increase performance for custom integrations that uses log file entries.