apm_log (public)

 apm_log level msg

Defined in packages/acs-tcl/tcl/apm-procs.tcl

Centralized APM logging. If you want to debug the APM, change APMDebug to Debug and restart the server.

Parameters:
level (required)
msg (required)

Testcases:
No testcase defined.
Source code:
    if {"APMDebug" ne $level } {
        ns_log $level $msg
    }
Generic XQL file:
packages/acs-tcl/tcl/apm-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: