Functions
get_logger
1
logging.Logger
▼
Get a logger for the given name.
Returns a standard library logger with the "p…
get_logger
1
logging.Logger
▼
def get_logger(name: str) -> logging.Logger
Get a logger for the given name.
Returns a standard library logger with the "patitas." prefix.
Parameters
| Name | Type | Description |
|---|---|---|
name |
str |
Logger name (typically name) |
Returns
logging.Logger