Displays a colorful debug message and the current call hierarchy.
Parameters |
obj:object | Class instance |
text:str | Debug message |
color:Optional[Style] | Color (may be None) |
force:bool | Enable to override whitelist |
success:bool | Enable to set color=SuccessColor |
warning:bool | Enable to set color=WarningColor and force=True |
error:bool | Enable to set color=ErrorColor and force=True |
init:bool | Enable to mark as init message (filtering through EnableInit) |
refresh:bool | Enable to mark as refresh message (filtering through EnableRefresh) |