module documentation
Logging setup for the package
| Function | get |
: Return the name`d logger that reports `level logs |
| Function | log |
Override for sys.excepthook. |
| Function | set |
Set the logger with name to report level logs |
| Variable | excepthook |
Undocumented |
def get_logger_at_level(name:
str | types.ModuleType, level: str | int = logging.NOTSET) -> logging.Logger:
¶
:
Return the name`d logger that reports `level logs