|
|
|
|
__init__(self,
indict=None,
**keywargs)
StandOut - the Flexible Output Object (FOO !)
|
|
|
write(self,
line,
priority=0)
Print to any of the output methods we are using.
|
|
|
close(self)
Restore the stdout stream and close the logging file if it's open.
|
|
|
set_print(self,
print_fun)
Set a new print_fun.
|
|
|
setall(self,
verbosity)
Sets the verbosity level for all the output methods.
|
|
|
flush(self)
|
|
|
writelines(self,
inline)
|
|
|
__getattr__(self,
attribute)
|
|
|
use_print(self,
line)
A wrapper function for the function passed in as 'print_fun'.
|