util_report_successful_library_load (public, deprecated)
util_report_successful_library_load [ extra_message ]
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Should be called at end of private Tcl library files so that it is easy to see in the error log whether or not private Tcl library files contain errors. DEPRECATED: this proc is a leftover from the past, OpenACS does inform about libraries being loaded in the logfile. If one needs a special statement for debugging purposes, a custom ns_log oneliner will do.
- Parameters:
- extra_message (optional)
- See Also:
- ns_log
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.