MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / emit

Method emit

tools/python-3.11.9-amd64/Lib/logging/__init__.py:955–963  ·  view source on GitHub ↗

Do whatever it takes to actually log the specified logging record. This version is intended to be implemented by subclasses and so raises a NotImplementedError.

(self, record)

Source from the content-addressed store, hash-verified

953 return fmt.format(record)
954
955 def emit(self, record):
956 """
957 Do whatever it takes to actually log the specified logging record.
958
959 This version is intended to be implemented by subclasses and so
960 raises a NotImplementedError.
961 """
962 raise NotImplementedError('emit must be implemented '
963 'by Handler subclasses')
964
965 def handle(self, record):
966 """

Callers 2

handleMethod · 0.95
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected