cs_log_write

one of the documented procedures in this installation of the ACS
Usage:
cs_log_write   entry
What it does:
Writes an item to the clickstreaming log.
Defined in: /web/philip/tcl/1-cs-defs.tcl

Source code:


    set lock [nsv_get cs_log lock]
    ns_mutex lock $lock
    nsv_append cs_log buffer "$entry\n"
    ns_mutex unlock $lock


philg@mit.edu