logging.message# autoclean.utils.logging.message(level, text, **kwargs)[source]# Enhanced logging function with support for lazy evaluation and context. Outputs to the console and the log file. Parameters: levelstrLog level (‘debug’, ‘info’, ‘warning’, etc.) textstrMessage text to log **kwargsAdditional context variables for formatting