Skip to main content

DebugLevel

Deprecated: This variable is deprecated and may be removed in a future version.
Beta: This variable is in beta and may change without notice.

Summary

Debug levels in increasing verbosity order

Signature

DebugLevel: {
    readonly ERROR: "error";
    readonly WARN: "warn";
    readonly INFO: "info";
    readonly DEBUG: "debug";
    readonly TRACE: "trace";
}

Parameters

This function takes no parameters.

Returns

This function has no return value.