Home | History | Annotate | Download | only in distutils

Lines Matching refs:def

16     def __init__(self, threshold=WARN):
19 def _log(self, level, msg, args):
33 def log(self, level, msg, *args):
36 def debug(self, msg, *args):
39 def info(self, msg, *args):
42 def warn(self, msg, *args):
45 def error(self, msg, *args):
48 def fatal(self, msg, *args):
59 def set_threshold(level):
65 def set_verbosity(v):