Skip to content

PrintWithStackTraceParams

Parameters for printWithStackTrace.

Import:

import type { PrintWithStackTraceParams } from 'obsidian-dev-utils/debug';

Signature:

export interface PrintWithStackTraceParams

Properties

PropertyTypeDescription
argsunknown[]The arguments to print.
debuggerInstanceDebuggerThe debugger instance.
messagestringThe message to print.
stackTracestringThe stack trace to print.

Links to this page: