Isto eliminará a páxina "Logging in project"
. Por favor, asegúrate de que é o que queres.
qtprotobuf defines support library-wide logging mechanism based on QLoggingCategory
Note: This logging mechanism only applicable for qtprotobuf support library.
Include following header to use qtprotobuf logging:
#include "qtprotobuflogging.h"
By default all log levels are enabled. They could be controlled by changing QT_LOGGING_RULES
environment variable.
Example:
QT_LOGGING_RULES="qtprotobuflog.debug=false" #disables qtprotobuflog debug traces
QT_LOGGING_RULES="qtprotobuflog.*=false" #disables all qtprotobuflog traces
Isto eliminará a páxina "Logging in project"
. Por favor, asegúrate de que é o que queres.