Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite QxtLogger object to use Targets instead of Levels. #3

Open
mschnee opened this issue Jan 24, 2012 · 0 comments
Open

Rewrite QxtLogger object to use Targets instead of Levels. #3

mschnee opened this issue Jan 24, 2012 · 0 comments
Assignees

Comments

@mschnee
Copy link
Owner

mschnee commented Jan 24, 2012

We've moving from using static Log Levels to dynamic, user-customize-able Log Targets.

  1. Retain the old methods for compatibility: qxtLog->info("message"); should send the message to the "INFO" target.
  2. Update the workers that actually dispatch messages: this mostly means converting from LogLevel to QByteArray.
  3. 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.
@ghost ghost assigned mschnee Jan 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant