You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've moving from using static Log Levels to dynamic, user-customize-able Log Targets.
Retain the old methods for compatibility: qxtLog->info("message"); should send the message to the "INFO" target.
Update the workers that actually dispatch messages: this mostly means converting from LogLevel to QByteArray.
There are a lot of functions that don't make sense: functions that enable higher or lower log levels, for example. Consider new options and controls for the automatic creation of targets and default dispatch to log engines.
The text was updated successfully, but these errors were encountered:
We've moving from using static Log Levels to dynamic, user-customize-able Log Targets.
qxtLog->info("message");
should send the message to the "INFO" target.The text was updated successfully, but these errors were encountered: