Skip to main content

createDebugger

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

Summary

Create a namespaced debugger with level-specific methods

Signature

export declare function createDebugger(namespace: string): Debugger;

Parameters

namespace

Type: string The namespace for this debugger (e.g., ‘documenter’, ‘templates’)

Returns

Type: Debugger Create a namespaced debugger with level-specific methods

Examples

Example 1