Searched defs:debug (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/lint/
H A Dlog.py141 def debug(self, message, msgid=None, ignore_linted=False): member in class:LogFormatter
H A Dengine.py361 self.logger.debug("Loading module {0}".format(name))
642 self.logger.debug(_("Total number of checks found: {0}").format(
868 self.logger.debug(_("Creating image at {0}").format(image_dir))
962 self.debug(_("Checking {0}").format(manifest.fmri),
1002 def debug(self, message, msgid=None, ignore_linted=False): member in class:LintEngine
1003 """Log a debug message to all loggers."""
1005 log.debug(message, msgid=msgid,
/pkg/src/util/publish/
H A Dpkglint.py62 def debug(message): function
63 logger.debug(message)
/pkg/src/tests/
H A Dpkg5unittest.py189 str += "| <no debug buffer>\n"
198 def __init__(self, comment = None, debug=None):
201 self.__debug = debug
216 the test case class' debug() method.
224 self.test_case.debug(record)
228 # to debug output so they are not shown by default.
519 def debug(self, s): function
535 self.debug(" \\\n".join(res))
552 self.debug(output.strip())
557 self.debug("[exite
4297 def debug(s): function
4477 def debug(self, msg): member in class:ApacheController
[all...]

Completed in 28 milliseconds