Previous topic

medpy.core.logger.Logger.critical

Next topic

medpy.core.logger.Logger.error

This Page

medpy.core.logger.Logger.debug

Logger.debug(msg, *args, **kwargs)[source]

Log ‘msg % args’ with severity ‘DEBUG’.

To pass exception information, use the keyword argument exc_info with a true value, e.g.

logger.debug(“Houston, we have a %s”, “thorny problem”, exc_info=1)