Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
handlers Return active handlers |
|||
lfprev | |||
Inherited from |
|
Initialize the logger with a set of handlers to use for output Each hanlder must have write() method implemented
|
Set list of handlers for the log. A handler can be opened files, stdout, stderr, or a string, which will be considered a filename to be opened for writing |
Write msg to each of the handlers. It can append a newline (lf = Line Feed) or return to the beginning before output and to take care about cleaning previous message if present it appends a newline (lf = Line Feed) since most commonly each call is a separate message |
|
handlersReturn active handlers
|
lfprev
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jun 1 19:01:55 2008 | http://epydoc.sourceforge.net |