Home | Trees | Indices | Help |
|
---|
|
Logger
s, allowing them to present this information in the
manner that is best suited to each interface.Note:
I considered using the standard logging
package to
provide this functionality. However, I found that it would be too
difficult to get that package to provide the behavior I want (esp.
with respect to progress displays; but also with respect to message
blocks).
|
|||
Logger An abstract base class that defines the interface for loggers, which are used by epydoc to report information back to the user. |
|||
SimpleLogger |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
DOCSTRING_WARNING = 25
|
|||
_loggers = [] The list of registered logging functions. |
|||
Message Severity Levels | |||
---|---|---|---|
DEBUG = 10
|
|||
INFO = 20
|
|||
WARNING = 30
|
|||
ERROR = 40
|
|||
FATAL = 40
|
|
|
start_block and a corresponding call to
end_block will be grouped together, and displayed with a
common header. start_block can be called multiple times (to
form nested blocks), but every call to start_block
must be balanced by a call to end_block .
|
|
header is a
description of the task for which progress is being reported. Each call
to start_progress must be followed by a call to
end_progress (with no intervening calls to
start_progress ).
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:23:16 2007 | http://epydoc.sourceforge.net |