prplmnky / QmlLogger

Simple Javascript Based Logger For QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QmlLogger

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 the LOG_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

Bitcoin Address

3NeDGutmC7hc5Dv2cUX8YcvPWaUXZm3KAF
Copyright ©2020,2022 Dametrious Peyton. All Rights Reserved

About

Simple Javascript Based Logger For QML


Languages

Language:JavaScript 58.9%Language:QML 41.1%