Skip to content

printWithStackTrace

Prints a message with a stack trace.

Import:

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

Signature:

function printWithStackTrace(params: PrintWithStackTraceParams): void

Parameters:

ParameterTypeDescription
paramsPrintWithStackTraceParamsThe parameters for printing the message.

Returns: void


Links to this page: