| Trees | Index | Help |
|
|---|
| Module co2 |
|
| Classes | |
|---|---|
Co2 |
the actual wrapper object. |
| Function Summary | |
|---|---|
fork into the background and redirect all output to a file. | |
the global debug method passed on to all components that might want to debug in the central place (stdout or file, depending on the server config.) | |
make_log_timestamp()
| |
set the UID of this process. | |
print out useage info. | |
| Variable Summary | |
|---|---|
str |
__author__
|
str |
__version__
|
int |
debug_level
|
int |
default_debug_level
|
| Function Details |
|---|
daemonize(log_file)fork into the background and redirect all output to a file.
|
debug(caller, msg, level=0)the global debug method passed on to all components that might want to debug in the central place (stdout or file, depending on the server config.)
|
setUID(uid)set the UID of this process. on failure, prints a warning and tries to continue without setting the UID.
|
usage(msg=None)print out useage info.
|
| Variable Details |
|---|
__author__
|
__version__
|
debug_level
|
default_debug_level
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 | http://epydoc.sf.net |