| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package system :: Module log :: Class Log |
|
A log class to do automatically what needs to be done for each experiment.
| Method Summary | |
|---|---|
Pass in robot and brain so that we can query them (and maybe make copies and query them on occation). | |
Close the log... | |
flush(self)
| |
timestamp(self)
| |
Write a string to the log... | |
Write a line (with newline) to the log... | |
| Method Details |
|---|
__init__(self,
filename=None,
name=None,
robot=None,
brain=None,
echo=1,
mode='w')
|
close(self)Close the log |
write(self, msg)Write a string to the log |
writeln(self, msg)Write a line (with newline) to the log |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |