Search
Loading...
Skip to content

Interface: Logger

Represents a logger function.

The Logger interface defines the structure of a logger function within the Creative Editor SDK. It includes a method for logging messages with an optional log level.

Logger(message, level?): void;

Represents a logger function.

The Logger interface defines the structure of a logger function within the Creative Editor SDK. It includes a method for logging messages with an optional log level.

Parameters#

ParameterType
messagestring
level?LogLevel

Returns#

void