-
Notifications
You must be signed in to change notification settings - Fork 749
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Check for existing issues
- Completed
Describe the feature
the system console with erudu plugin shows logs from the core app and all plugins together
there is no label to show which plugin or system part created a log, warning, or error
when many plugins are installed, it becomes very hard to debug plugins or track problems
add something like acode.console.log() for plugins templates or something
logger can automatically add a short plugin name before the log, so we know where it comes from
This makes debugging easier for plugin developers and users
If applicable, add mockups / screenshots to help present your vision of the feature
acode.console.log("plugin loaded");
output
[ Plugin name ] plugin loaded
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request