Welcome to Photo.net: A Community of Photographers

util_report_library_entry

one of the defined (but not documented) Tcl procedures in this installation of the ACS
Usage:
util_report_library_entry   { extra_message "" }
Source code:

    set tentative_path [info script]
    regsub -all {/\./} $tentative_path {/} scrubbed_path
    if { [string compare $extra_message ""] == 0 } {
	set message "Loading $scrubbed_path"
    } else {
	set message "Loading $scrubbed_path; $extra_message"
    }
    ns_log notice $message


Photography