Encapsulates the trace options as an object to perform
conversions.
|
reset(self)
Reset the tracing manager. |
|
|
|
off(self)
Turn tracing off. |
|
|
|
on(self)
Turn tracing on. |
|
|
|
showAll(self)
Show all trace levels when tracing. |
|
|
|
hideAll(self)
Hide all trace levels when tracing. |
|
|
|
setLevels(self,
levels)
Set to a particular set of enabled level(s). |
|
|
|
toggle(self,
levels,
enable=1)
Enable or disable selected trace level(s), leaving the others
untouched. |
|
|
|
show(self,
levels)
Enable selected trace level(s), leaving the others untouched. |
|
|
|
hide(self,
levels)
Disable selected trace level(s), leaving the others untouched. |
|
|
([str], [str])
|
getLevels(self)
Returns:
A pair of lists, one of enabled levels, and the second for disabled
levels. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|