showwarning#
- movement.utils.logging.showwarning(message, category, filename, lineno, file=None, line=None)[source]#
Redirect alerts from the
warnings
module to the logger.This function replaces
logging.captureWarnings()
which redirects warnings issued by thewarnings
module to the logging system.