Skip to main content

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

NameTypeDescription
*argsanyVariable length argument list passed to the parent constructor.
**kwargsanyArbitrary keyword arguments passed to the parent constructor.

Signature

def Debug(
*args: tuple,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
*argstuplePositional arguments passed to the CheckMessage base class constructor
**kwargsdictKeyword arguments passed to the CheckMessage base class constructor