levels: the logging levels, names and values

Description Examples

Description

this list associates names to values and vice versa.

names and values are the same as in the python standard logging module.

Examples

1
2
loglevels['INFO']
loglevels['DEBUG']

Example output

INFO 
  20 
DEBUG 
   10 

logging documentation built on May 2, 2019, 4:46 p.m.