Info
This class represents an informational message within a diagnostic or validation system. It extends the base message functionality by specifically categorizing the message with an INFO severity level.
Constructor
Signature
def Info(
*args: any,
**kwargs: any
)
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 Info(
*args: tuple,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | tuple | Positional arguments passed to the parent CheckMessage constructor |
| **kwargs | dict | Keyword arguments passed to the parent CheckMessage constructor |