apm_callback_and_log

one of the documented procedures in this installation of the ACS
Usage:
apm_callback_and_log { -severity Notice } callback message
What it does:
Executes the $callback callback routine with $message as an argument, and calls ns_log with the given $severity.
Defined in: /web/philip/packages/acs-core/apm-procs.tcl

Source code:

arg_parser_for_apm_callback_and_log $args

    $callback $message
    ns_log $severity $message


philg@mit.edu