- Jun 27, 2019
-
-
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.
-
alexey.stratulat authored
Redid the libdapConnector. Now it is not built on class, but on functions, as was indicated in the problem.
-
- Jun 26, 2019
-
-
alexey.stratulat authored
Changed initialization and log_it function. Now functions accept not one line with the separation of the characters '\n', but several parameters separated by commas.
-
alexey.stratulat authored
Added functions configGetItem and configGetItemDefault. They accept a section, a key, and the second function accepts a default value. These functions take parameters as strings and return string. Also added a test for these functions.
-
- Jun 24, 2019
-
-
alexey.stratulat authored
The wrapping of the log_it function has been added, a test has also been added for the fact that it works
-
- Jun 10, 2019
-
-
alexey.stratulat authored
-