Lines Matching refs:format
196 msg = "%s\n" % self.format(record)
531 A handler class which writes logging records, in pickle format, to
633 Pickles the record in binary format with a length prefix, and
639 dummy = self.format(record)
671 Pickles the record and writes it to the socket in binary format.
698 A handler class which writes logging records, in pickle format, to
987 msg = self.format(record)
1030 (host, port) tuple format for the mailhost argument. To specify
1087 msg.set_content(self.format(record))
1188 msg = self.format(record)
1467 calling the handler's `format` method), and sets the `args`,
1474 # The format operation gets traceback text into record.exc_text
1480 msg = self.format(record)