ConsoleAPI

Console API for plugin logging.

ConsoleAPI interface

Console API for plugin logging.

Signature:

interface ConsoleAPI

Remarks

Similar to the browser console API but works within the plugin sandbox environment.

Properties

Property

Modifiers

Type

Description

debug

(...args: unknown[]) => void

Logs a debug message

error

(...args: unknown[]) => void

Logs an error message

info

(...args: unknown[]) => void

Logs an info message

log

(...args: unknown[]) => void

Logs a message

warn

(...args: unknown[]) => void

Logs a warning message

Last updated: August 5, 2026 at 11:47 AMEdit this page