QmlLogger
February 19, 2022 · View on GitHub
Logging Utility (JavaScript) file for managing console output.
OVERVIEW
I created this project for the reason that QML does not provide a decent mechanism for managing output for debugging purposes. Therefore, developers may spend a significant amount of time trying to remove or comment verbose log messages. QmlLogger allows you to toggle the priority of log messages that appear in the console using theLOG_LEVEL constant. It provides standard Apache Log4J log levels from VERBOSE to CRITICAL which are inclusive of higher log levels.
NOTES
I have not verified the performance gains (or penalties) for using this util over straight console.log() logging. Therefore, use at your own discretion. Thanks!This project is licensed under the MIT License.
https://github.com/prplmnky/QmlLogger.git
Contribute
This application is open source, but please do contribute to active development!
You can contribute in one of two ways:
- Fork this branch and make pull request! (Please create an issue ticket first, though)
- Donate Bitcoins
3NeDGutmC7hc5Dv2cUX8YcvPWaUXZm3KAF
Copyright ©2020,2022 Dametrious Peyton. All Rights Reserved