-
### Current Situation
In the Arduino-Log library [documentation](https://github.com/1technophile/Arduino-Log?tab=readme-ov-file#disable-library) it is shown how to disable the logging and significant…
habub updated
8 months ago
-
-
Logging enables a better debugging and development of the application. https://github.com/VBA-tools/VBA-Log seems to be a useful logging library.
-
**Is your feature request related to a problem? Please describe.**
- the codebase currently relies on console.log for logging
- this does not provide the features like assigning context to logs and …
-
The logging library requires testing.
-
Use logging (perhaps even custom) library instead of print to help debug in-case of problems, also sexier output yk.
-
`echo` just doesn't cut it any more.
Need to add a logging library and make it configurable. The problem here is finding a good balance between simplicity (of use & config) and flexibility.
This…
falun updated
7 years ago
-
### Describe the problem
As described in the [FAQ](https://github.com/arduino/library-registry/blob/main/FAQ.md#can-i-check-on-library-releases-being-added-to-library-manager):
>For example, the S…
-
Hi folks,
Do you consider adding a log library, such as https://github.com/sirupsen/logrus to scorecard?
Sometimes I encounter some problems, such as accessing a link that reports an error or miss…
-
Add a library logging facility based on Python logging module (http://docs.python.org/library/logging.html).
This should allow us to avoid the use of verbosity levels implemented for different Cluste…