Skip to main content

UnitLogging

Sets up logging for the test application.

Attributes

AttributeTypeDescription
already_setupboolean = TrueA boolean flag indicating that the logging configuration for the test application has been completed.

Constructor

Signature

def UnitLogging(
*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 UnitLogging(
*args: any,
**kwargs: any
) - > null

Parameters

NameTypeDescription
*argsanyPositional arguments passed to the parent Celery logging class constructor
**kwargsanyKeyword arguments passed to the parent Celery logging class constructor