ID EN
Logging

emit

Python 3.11

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.

Syntax

PYTHON
emit(record)

See Also

NotImplementedError