template::util::display_value (private, deprecated)

 template::util::display_value ref

Defined in packages/acs-templating/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

a proc used for debugging, just prints out a value to the error log

Parameters:
ref (required)
See Also:
  • use simple "ns_log ...." instead

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc template::util::display_value
    upvar $ref value
    ns_log notice "$ref: $value"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: