Lines Matching refs:emit
840 def emit(self, record):
847 raise NotImplementedError('emit must be implemented '
852 Conditionally emit the specified logging record.
863 self.emit(record)
902 Handle errors which occur during an emit() call.
905 encountered during an emit() call. If raiseExceptions is false,
980 def emit(self, record):
1061 def emit(self, record):
1066 constructor, open it before calling the superclass's emit.
1070 StreamHandler.emit(self, record)
1952 def emit(self, record):