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 (required)
- msg (required)
- Partial Call Graph (max 5 caller/called nodes):
- 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