ad_get_tcl_call_stack (public)ad_get_tcl_call_stack [ level ]
Defined in packages/acs-core/utilities-procs.tclReturns a stack trace from where the caller was called.
- Parameters:
-
level (defaults to
"-2" ) - The level to start from, relative to this
proc. Defaults to -2, meaning the proc that called this
proc's caller.
- Author:
- Lars Pind <lars@pinds.com>
|