class documentation
class InterceptHandler(logging.Handler): (source)
Send logs to loguru logger from Python logging module.
| Method | emit |
Move the specified logging record to loguru. |
Move the specified logging record to loguru.
| Parameters | |
record:logging.LogRecord | Original python log record. |