StaticNoneConsole.Category passed as the trailing argument to console.log/warn/error to suppress display in the developer console while keeping the entry in retrievable log files.
StaticUserConsole.Category for user-facing log entries shown in the developer console.
StaticdebugLog debug-level messages.
StaticerrorLog error-level messages.
StaticinfoLog info-level messages.
StaticlogLog general messages.
StatictraceLog stack trace.
StaticwarnLog warning-level messages.
Output logging utilities for plugin scripts.
Example