Debug
This class represents a debug-level system message used for diagnostic purposes. It extends the base message functionality by automatically assigning a debug severity level to the message instance.
Constructor
Signature
def Debug(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the parent constructor. |
| **kwargs | any | Arbitrary keyword arguments passed to the parent constructor. |
Signature
def Debug(
*args: tuple,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | tuple | Positional arguments passed to the CheckMessage base class constructor |
| **kwargs | dict | Keyword arguments passed to the CheckMessage base class constructor |