/
CDC-1.2b/
CDC-1.2b/src/
parent $log
object $http_log

var $root dbref 'http_log
var $root child_index 0
var $root fertile 0
var $root manager $http_log
var $root owned [$http_log]
var $root owners [$http_log]
var $root writable [$http, $http_interface]
var $root readable ['methods, 'code]
var $has_verbs verbs #[]
var $public public ['readable]
var $text text []
var $named name ['prop, "HTTP Log"]
var $named name_aliases []
var $gendered gender $gender_neuter
var $described prose #[]
var $messaged messages #[]
var $located location $nowhere
var $located obvious 1
var $root inited 1
var $http_log tally 0

method log
    arg [args];
    
    tally = tally + 1;
.