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

Class BufferingFormatter

source code

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.
source code
 
format(self, records)
Format the specified records and return the result as a string.
source code
 
formatFooter(self, records)
Return the footer string for the specified records.
source code
 
formatHeader(self, records)
Return the header string for the specified records.
source code