1 class DegasLogger 2 3 DegasLogger instproc init { } { 4 set hostname [lindex [splint [info hostname] .] 0] 5 set f [open "$hostname.log" w] 6 } 7