|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| def | __init__ (self, linefmt=None) |
| def | formatHeader (self, records) |
| def | formatFooter (self, records) |
| def | format (self, records) |
Public Attributes | |
| linefmt | |
A formatter suitable for formatting a number of records.
| def compat_logging.BufferingFormatter.__init__ | ( | self, | |
linefmt = None |
|||
| ) |
Optionally specify a formatter which will be used to format each individual record.
| def compat_logging.BufferingFormatter.format | ( | self, | |
| records | |||
| ) |
Format the specified records and return the result as a string.
| def compat_logging.BufferingFormatter.formatFooter | ( | self, | |
| records | |||
| ) |
Return the footer string for the specified records.
| def compat_logging.BufferingFormatter.formatHeader | ( | self, | |
| records | |||
| ) |
Return the header string for the specified records.
| compat_logging.BufferingFormatter.linefmt |
1.8.13