ID EN
Logging

error

Python 3.11

Logs a message with level ERROR on this logger. The arguments are interpreted as for debug().

Syntax

PYTHON
error(msg, *args, **kwargs)

See Also

ERROR debug()