from loguru import logger a = 1 b = "test" c = {"name":"tom"} logger.info("test: {}, {}, {}", a, b, c)