ctx.logger (PluginLogger) provides standard log methods, automatically prefixed with your plugin ID in the log output.
console.* — it’s the logging that’s actually captured for support and debugging.Scoped logging from a background module.
ctx.logger (PluginLogger) provides standard log methods, automatically prefixed with your plugin ID in the log output.
console.* — it’s the logging that’s actually captured for support and debugging.