Searched defs:log_command (Results 1 – 2 of 2) sorted by relevance
13 def log_command(logger, msg, args): function
20 def log_command(logger: logging.Logger, msg: str, args: list, level: int = logging.DEBUG) -> None: function