Lines Matching refs:log
36 from webkitpy.common.system.deprecated_logging import log
287 log("MOCK create_bug")
288 log("bug_title: %s" % bug_title)
289 log("bug_description: %s" % bug_description)
291 log("component: %s" % component)
293 log("cc: %s" % cc)
295 log("blocked: %s" % blocked)
338 log("MOCK setting flag '%s' to '%s' on attachment '%s' with comment '%s' and additional comment '%s'" % (
342 log("MOCK bug comment: bug_id=%s, cc=%s\n--- Begin comment ---\n%s\n--- End comment ---\n" % (
351 log("MOCK add_attachment_to_bug: bug_id=%s, description=%s filename=%s" % (bug_id, description, filename))
353 log("-- Begin comment --")
354 log(comment_text)
355 log("-- End comment --")
365 log("MOCK add_patch_to_bug: bug_id=%s, description=%s, mark_for_review=%s, mark_for_commit_queue=%s, mark_for_landing=%s" %
368 log("-- Begin comment --")
369 log(comment_text)
370 log("-- End comment --")
384 log("MOCK: force_build: name=%s, username=%s, comments=%s" % (
493 def diff_for_file(self, path, log=None):
518 log("MOCK: MockDEPS.write_variable(%s, %s)" % (name, value))
590 log(message)
599 log("MOCK: user.open_url: file://...")
601 log("MOCK: user.open_url: %s" % url)
607 log("MOCK: irc.post: %s" % message)
610 log("MOCK: irc.disconnect")
632 log("MOCK: release_work_item: %s %s" % (queue_name, patch.id()))
636 log("MOCK: update_work_items: %s %s" % (queue_name, work_items))
639 log("MOCK: submit_to_ews: %s" % (patch_id))
642 log("MOCK: update_status: %s %s" % (queue_name, status))
660 log("MOCK run_and_throw_if_fail: %s" % args)
672 log("MOCK run_command: %s" % args)