Go to the source code of this file.
Namespaces | |
| namespace | pydim::debug |
Functions | |
| def | pydim::debug::commandLineUsage |
| def | pydim::debug::DEBUG |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::DEBUG2 |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::ERROR |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::ERROR2 |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::getCallerID |
| Returns a string containing informations about the function that called it at a desired level. | |
| def | pydim::debug::LAST_EXCEPTION |
| def | pydim::debug::parseCommandLine |
| Sets the debugging location based on the command line arguments given. | |
| def | pydim::debug::resetDebugStream |
| def | pydim::debug::resetErrorStream |
| def | pydim::debug::resetOutputStream |
| def | pydim::debug::SAY |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::SAY2 |
| Prints messages adding the caller class name and the line of where the call was invoked. | |
| def | pydim::debug::setDebug |
| def | pydim::debug::setDebugStream |
| def | pydim::debug::setErrorStream |
| def | pydim::debug::setOutputStream |
| def | pydim::debug::setSyslog |
Variables | |
| string | pydim::debug::__author__ = "Radu Stoica" |
| string | pydim::debug::__date__ = "2006" |
| pydim::debug::__dbg = sys.stdout | |
| pydim::debug::__err = sys.stderr | |
| pydim::debug::__out = sys.stdout | |
| string | pydim::debug::__private = 'test' |
| string | pydim::debug::__version__ = "1.0" |
| int | pydim::debug::_DEBUG = 1 |
| int | pydim::debug::_DEBUG = 0 |
| int | pydim::debug::_ERROR = 1 |
| int | pydim::debug::_VERBOSE = 1 |
| pydim::debug::level | |
1.4.7