get_task_logger
Get logger for task module by name.
def get_task_logger(
name: string
) - > Logger
Get logger for task module by name.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The unique identifier for the logger, which must not be a reserved system logger name. |
Returns
| Type | Description |
|---|---|
Logger | A logger instance configured with the task_logger as its parent, ensuring task-specific logging context is preserved. |