def verbose(self, msg, *args, **kwargs): '''Log \a msg at 'verbose' level, debug < verbose < info''' self.log(logging.VERBOSE, msg, *args, **kwargs)