Search
Loading...
Skip to content

Type Alias: LogLevel

type LogLevel = "Info" | "Warning" | "Error";

Provides logging functionality for the Creative Editor SDK.

The Logger interface and associated types define a standardized way to log messages at different severity levels within the SDK. This allows developers to track the behavior of the editor, diagnose issues, and understand the flow of operations.