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.
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.