Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

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.