Home | Trees | Index | Help |
|
---|
Package kiwi :: Module log :: Class Formatter |
|
Formatter
--+
|
Formatter
Method Summary | |
---|---|
(tm_year,tm_mon,tm_day,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst) |
Convert seconds since the Epoch to a time tuple expressing local time. |
Format the specified record as text. | |
Inherited from Formatter | |
Format and return the specified exception information as a string. | |
Return the creation time of the specified LogRecord as formatted text. |
Method Details |
---|
format(self, record)Format the specified record as text. The record's attribute dictionary is used as the operand to a string formatting operation which yields the returned string. Before formatting the dictionary, a couple of preparatory steps are carried out. The message attribute of the record is computed using LogRecord.getMessage(). If the formatting string contains "%(asctime)", formatTime() is called to format the event time. If there is exception information, it is formatted using formatException() and appended to the message.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Oct 19 03:18:12 2006 | http://epydoc.sf.net |