loglevels {logging}R Documentation

the logging levels, names and values

Description

this list associates names to values and vice versa.

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

Examples

loglevels['INFO']
loglevels['DEBUG']

[Package logging version 0.7-103 Index]