Skip to content
Snippets Groups Projects
Alexey Stratulat's avatar
alexey.stratulat authored
Corrected. Now the log_it function accepts not JSON as input, but two parameters — the level of logging and the displayed string.
Corrected. The setLogLevel function does not accept a string with a level name, but a parameter from the LogLevel enumeration.
Accordingly, the LogLevel enumeration has been added, which contains logging levels from debug to critical.
df9a9422

libdap-python

Python binding for libdap