distutils
.log
index
/usr/local/lib/python2.5/distutils/log.py
Module Docs
A simple log mechanism styled after
PEP 282
.
Modules
sys
Classes
Log
class
Log
Methods defined here:
__init__
(self, threshold
=3
)
debug
(self, msg, *args)
error
(self, msg, *args)
fatal
(self, msg, *args)
info
(self, msg, *args)
log
(self, level, msg, *args)
warn
(self, msg, *args)
Functions
debug
(self, msg, *args)
method of
Log
instance
error
(self, msg, *args)
method of
Log
instance
fatal
(self, msg, *args)
method of
Log
instance
info
(self, msg, *args)
method of
Log
instance
log
(self, level, msg, *args)
method of
Log
instance
set_threshold
(level)
set_verbosity
(v)
warn
(self, msg, *args)
method of
Log
instance
Data
DEBUG
= 1
ERROR
= 4
FATAL
= 5
INFO
= 2
WARN
= 3