Home | Trees | Index | Help |
|
---|
Package mmLib :: Module ConsoleOutput |
|
Classes | |
---|---|
ConesoleOutput |
Function Summary | |
---|---|
Writes a debugging message to the console. | |
Disables console output. | |
Enables console output. | |
Writes a fatal message to the console. | |
Sets the console output to a new object. | |
Writes a warning message to the console. |
Variable Summary | |
---|---|
ConesoleOutput |
console_output_object = <mmLib.ConsoleOutput.ConesoleOut...
|
Function Details |
---|
debug(message)Writes a debugging message to the console. |
disable()Disables console output. |
enable()Enables console output. |
fatal(message)Writes a fatal message to the console. The default implementation raises SystemExit after writing the message. |
SetConsoleOutputObject(co)Sets the console output to a new object. |
warning(message)Writes a warning message to the console. |
Variable Details |
---|
console_output_object
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Apr 23 22:08:39 2006 | http://epydoc.sf.net |