security::log (private)

 security::log kind [ args... ]

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 (required)

Testcases:
No testcase defined.
Source code:
        set var ::security::log($kind)
        if {[info exists $var]} {
            ns_log [set $var"$kind [join $args { }]"
        }
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: