| Trees | Indices | Help |
|
|---|
|
|
Exception handler that's able to extract detailled error informations and write them to a file.
| Functions | |||
| string |
|
||
| string |
|
||
| string |
|
||
| Variables | |
__maintainer__ = "Benjamin Kampmann <benjamin@fluendo.com>"
|
|
Imports: os, sys, cgitb, traceback, tempfile, StringIO
| Function Details |
Format a failure into a human readable string (containing line-breaks).
|
Format a traceback into a human readable string (containing line-breaks). If three arguments are given, they are expected to be the type of the Exceptiong, the Exception itself and the Traceback-Object (in this order). If no values are given (or the length is not 3), use sys.exc_info() to get these informations.
|
Write data to a new tempfile in the given logdir and return the path to the new file.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:20 2009 | http://epydoc.sourceforge.net |