ad_log_deprecated (public)

 ad_log_deprecated what oldCmd [ newCmd ]

Defined in packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl

Provide a standardized interface for reporting deprecated ad_procs or other artifacts. In some situations, the flag "-deprecated" in the proc is not sufficient. When "newCmd" is not specified, this function tries to get the replacement command from the @see specification of the documentation.

Parameters:
what (required)
type of artifact being used (e.g. "proc" or "class")
oldCmd (required)
the name of the deprecated command
newCmd (optional)
replacement command, when specified

Partial Call Graph (max 5 caller/called nodes):
test_ad_log_deprecated ad_log_deprecated (test acs-bootstrap-installer) ad_log_deprecated ad_log_deprecated test_ad_log_deprecated->ad_log_deprecated DoubleApos DoubleApos (public, deprecated) DoubleApos->ad_log_deprecated NsSettoTclString NsSettoTclString (public, deprecated) NsSettoTclString->ad_log_deprecated ReturnHeaders ReturnHeaders (public, deprecated) ReturnHeaders->ad_log_deprecated Se Se (public, deprecated) Se->ad_log_deprecated _http_read _http_read (private, deprecated) _http_read->ad_log_deprecated

Testcases:
ad_log_deprecated
[ show source ]
Show another procedure: