Lines Matching refs:emit
736 def emit(self, record):
743 raise NotImplementedError('emit must be implemented '
748 Conditionally emit the specified logging record.
759 self.emit(record)
798 Handle errors which occur during an emit() call.
801 encountered during an emit() call. If raiseExceptions is false,
849 def emit(self, record):
948 def emit(self, record):
953 constructor, open it before calling the superclass's emit.
957 StreamHandler.emit(self, record)
1702 def emit(self, record):