Home
/
Python 3.11
/
Logging
/
getLevelName
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Logging
getLevelName
Python 3.11
Returns the textual or numeric representation of logging level level.
Syntax
PYTHON
Copy
logging.getLevelName(level)
See Also
CRITICAL
ERROR
WARNING
INFO
DEBUG
addLevelName()
LogRecord attributes