get_logger
Get logger by name.
def get_logger(
name: string
) - > logging.Logger
Get logger by name.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The unique identifier for the logger, typically the module's name |
Returns
| Type | Description |
|---|---|
logging.Logger | The configured logger instance, ensuring it is correctly parented to the base_logger if it is not already part of the root hierarchy. |