Source code

Revision control

Copy as Markdown

Other Tools

import logging
def get_logger() -> logging.Logger:
# Use the root logger
return logging.getLogger()