Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
handlers = property(fget= _getHandlers, fset= _setHandlers)
|
|||
lfprev = property(fget= lambda self: self.__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 |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:16 2012 | http://epydoc.sourceforge.net |