Source code for fastiot.cli.cli_logging

import logging


[docs]def get_cli_logger(): return logging.getLogger("fastiot.cli")