Home | Trees | Indices | Help |
|
---|
|
An abstract base class that defines the interface for loggers, which are used by epydoc to report information back to the user. Loggers are responsible for tracking two types of information:
This abstract class allows the command-line interface and the
graphical interface to each present this information to the user in the
way that's most natural for each interface. To set up a logger, create a
subclass of Logger
that overrides all methods, and register
it using register_logger.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Display a message.
|
Perform any tasks needed to close this logger. This should be safe to call multiple times. |
Start a new message block. Any calls to info(), warning(), or error() that occur
between a call to |
End a warning block. See start_block for details. |
Begin displaying progress for a new task. |
Finish off the display of progress for the current task. See start_progress for more information. |
Update the progress display.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 13 23:51:58 2008 | http://epydoc.sourceforge.net |