sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

chore: introduce logging categories to split the debug output #45

Closed gikari closed 1 year ago

gikari commented 1 year ago

The logs can be quite verbose. To limit them, qWarning is replaced with qDebug and two logging categories were introduced. The visibility of the logs can be controlled with the environment passed to the executable in the Run configuration.