| Method Summary |
| |
__init__(self,
name)
|
| |
__call__(self,
*args,
**kwargs)
This function provides a useful framework for generating
optional debugging output that can be displayed at an
arbitrary level of indentation. |
| |
dbg(self,
*args,
**kwargs)
This function provides a useful framework for generating
optional debugging output that can be displayed at an
arbitrary level of indentation. |
| |
IsEnabled()
|
| |
IsSuspended()
|
| |
log(self,
*args,
**kwargs)
This function provides a useful framework for generating
optional debugging output that can be displayed at an
arbitrary level of indentation. |
| |
msg(self,
*args,
**kwargs)
This function provides a useful framework for generating
optional debugging output that can be displayed at an
arbitrary level of indentation. |
| |
SetEnabled(self,
value)
|
| |
SetIndent(self,
value)
|
| |
SetStream(self,
value)
|
| |
SetSuspend(self,
value)
|
| |
SetWxLog(self,
value)
|