- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::acs_log
::xo::db::sql::acs_log create ...
Defined in
Class Relations
::xo::db::Class create ::xo::db::sql::acs_log \ -superclass ::xotcl::ObjectMethods (to be applied on the object)
debug (scripted, public)
xo::db::sql::acs_log debug [ -dbn dbn ] -log_key log_key \ -message messageAutomatically generated method
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
#function_args: {LOG_KEY {}} {MESSAGE {}} foreach var [list LOG_KEY MESSAGE] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select acs_log__debug($_LOG_KEY, $_MESSAGE) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }error (scripted, public)
xo::db::sql::acs_log error [ -dbn dbn ] -log_key log_key \ -message messageAutomatically generated method
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
#function_args: {LOG_KEY {}} {MESSAGE {}} foreach var [list LOG_KEY MESSAGE] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select acs_log__error($_LOG_KEY, $_MESSAGE) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }notice (scripted, public)
xo::db::sql::acs_log notice [ -dbn dbn ] -log_key log_key \ -message messageAutomatically generated method
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
#function_args: {LOG_KEY {}} {MESSAGE {}} foreach var [list LOG_KEY MESSAGE] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select acs_log__notice($_LOG_KEY, $_MESSAGE) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }warn (scripted, public)
xo::db::sql::acs_log warn [ -dbn dbn ] -log_key log_key \ -message messageAutomatically generated method
- Switches:
- -dbn (optional)
- -log_key (required)
- -message (required)
- Testcases:
- No testcase defined.
#function_args: {LOG_KEY {}} {MESSAGE {}} foreach var [list LOG_KEY MESSAGE] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select acs_log__warn($_LOG_KEY, $_MESSAGE) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }Variables
::xo::db::sql::acs_log set __default_metaclass ::xotcl::Class ::xo::db::sql::acs_log set __default_superclass ::xotcl::Object ::xo::db::sql::acs_log set abstract_p f ::xo::db::sql::acs_log set auto_save false ::xo::db::sql::acs_log set name_method {} ::xo::db::sql::acs_log set object_type ::xo::db::sql::acs_log ::xo::db::sql::acs_log set security_inherit_p t ::xo::db::sql::acs_log set sql_package_name acs_log ::xo::db::sql::acs_log set supertype acs_object ::xo::db::sql::acs_log set with_table true
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables