Skip to main content

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

NameTypeDescription
namestringThe unique identifier for the logger, which must not be a reserved system logger name.

Returns

TypeDescription
LoggerA logger instance configured with the task_logger as its parent, ensuring task-specific logging context is preserved.