security::log (private)

 security::log kind msg

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

Helper proc for debugging security aspects. Uncomment some of the log(*) flags above to activate debugging and reload this file.

Parameters:
kind
msg

Partial Call Graph (max 5 caller/called nodes):
%3 ad_get_login_url ad_get_login_url (public) security::log security::log ad_get_login_url->security::log ad_get_signed_cookie ad_get_signed_cookie (public) ad_get_signed_cookie->security::log ad_set_signed_cookie ad_set_signed_cookie (public) ad_set_signed_cookie->security::log ad_user_login ad_user_login (public) ad_user_login->security::log sec_handler sec_handler (private) sec_handler->security::log

Testcases:
No testcase defined.
Source code:
        set var ::security::log($kind)
        if {[info exists $var]} {
            ns_log [set $var"$kind $msg"
        }
Generic XQL file:
packages/acs-tcl/tcl/security-procs.xql

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

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

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