ConsoleAPI
Console API for plugin logging.
ConsoleAPI interface
Console API for plugin logging.
Signature:
interface ConsoleAPIRemarks
Similar to the browser console API but works within the plugin sandbox environment.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(...args: unknown[]) => void | Logs a debug message | ||
(...args: unknown[]) => void | Logs an error message | ||
(...args: unknown[]) => void | Logs an info message | ||
(...args: unknown[]) => void | Logs a message | ||
(...args: unknown[]) => void | Logs a warning message |
Last updated: August 5, 2026 at 11:47 AMEdit this page