Skip to main content
ctx.logger (PluginLogger) provides standard log methods, automatically prefixed with your plugin ID in the log output.
When to use it: any time your background module needs to record what it’s doing. Output is written to the shell’s daily log files with secrets redacted, so prefer this over console.* — it’s the logging that’s actually captured for support and debugging.