Log4Qt icon indicating copy to clipboard operation
Log4Qt copied to clipboard

Modify LogManager::qtLogger. Add Qt category paramter. QLoggingCatego…

Open KangLin opened this issue 2 years ago • 1 comments

Modify LogManager::qtLogger. Add Qt category paramter. QLoggingCategory can use adapters based on category.

KangLin avatar Sep 29 '22 04:09 KangLin

Before the modification, the qDebug output log all categories are output to Qt. You cannot output to the corresponding category as defined by Qt. This PR solved this issue. It can be output to the corresponding category. The category is currently prefixed with Qt. Is it configurable with the prefix Qt?

KangLin avatar Nov 10 '22 01:11 KangLin