Package logging :: Class BufferingFormatter
[hide private]
[frames] | no frames]

_ClassType BufferingFormatter

A formatter suitable for formatting a number of records.

Instance Methods [hide private]
 
__init__(self, linefmt=None)
Optionally specify a formatter which will be used to format each individual record.
 
formatHeader(self, records)
Return the header string for the specified records.
 
formatFooter(self, records)
Return the footer string for the specified records.
 
format(self, records)
Format the specified records and return the result as a string.