File tree Expand file tree Collapse file tree
opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ class LogRecordProcessor(abc.ABC):
294294 :func:`LoggerProvider.add_log_record_processor` and they are invoked
295295 in the same order as they were registered.
296296
297- Implementors of custom log processors should be aware of the following:
297+ Implementers of custom log processors should be aware of the following:
298298
299299 Error Handling
300300 --------------
@@ -326,7 +326,7 @@ def on_emit(self, log_record: ReadWriteLogRecord):
326326 def on_emit (self , log_record : ReadWriteLogRecord ):
327327 """Emits the ``ReadWriteLogRecord``.
328328
329- Implementors should handle any exceptions raised during log processing
329+ Implementers should handle any exceptions raised during log processing
330330 to prevent application crashes. See the class docstring for details
331331 on error handling expectations.
332332 """
You can’t perform that action at this time.
0 commit comments