UnitLogging
Sets up logging for the test application.
Attributes
| Attribute | Type | Description |
|---|---|---|
| already_setup | boolean = True | A boolean flag indicating that the logging configuration for the test application has been completed. |
Constructor
Signature
def UnitLogging(
*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 UnitLogging(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Positional arguments passed to the parent Celery logging class constructor |
| **kwargs | any | Keyword arguments passed to the parent Celery logging class constructor |