Lines Matching defs:emit
955 def emit(self, record):
962 raise NotImplementedError('emit must be implemented '
967 Conditionally emit the specified logging record.
978 self.emit(record)
1018 Handle errors which occur during an emit() call.
1021 encountered during an emit() call. If raiseExceptions is false,
1098 def emit(self, record):
1216 def emit(self, record):
1221 constructor, open it before calling the superclass's emit.
1230 StreamHandler.emit(self, record)
2226 def emit(self, record):