LogLevel: object;
Provides a set of predefined log levels for the Creative Editor SDK.
The LogLevel
object contains constants representing different severity levels
for logging messages. These levels can be used to categorize log messages based
on their importance and urgency.
Type declaration#
Name | Type | Default value |
---|---|---|
Info | "Info" | 'Info' |
Warning | "Warning" | 'Warning' |
Error | "Error" | 'Error' |
Deprecated#
Specifying log levels via LogLevel.Info
has been deprecated.
Please use the desired LogLevel string directly.