Package kiwi :: Module log :: Class Formatter
[frames | no frames]

Class Formatter

Formatter --+
            |
           Formatter


Method Summary
(tm_year,tm_mon,tm_day,tm_hour,tm_min,tm_sec,tm_wday,tm_yday,tm_isdst) converter(seconds)
Convert seconds since the Epoch to a time tuple expressing local time.
  format(self, record)
Format the specified record as text.
    Inherited from Formatter
  formatException(self, ei)
Format and return the specified exception information as a string.
  formatTime(self, record, datefmt)
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.
Overrides:
logging.Formatter.format (inherited documentation)

Generated by Epydoc 2.1 on Fri Sep 15 11:53:23 2006 http://epydoc.sf.net