“Undeclared identifier” still reported in declaration header file

After installing the qslog Library in QT, the logger class is called. The header file has been declared, but the error is still reported. The “undeclared identifier” needs to declare the namespace: using namespace qslogging;

You need to declare the namespace: using namespace qslogging;

Read More: