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

Add the 'Log Client' tab #466

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

jonasdn
Copy link
Contributor

@jonasdn jonasdn commented Jan 15, 2021

The 'Log Client' tab shows information from Pythons logging framework.
Now log records that previously would only show up in your console or
terminal window is made available inside of the client.

This is accomplished by making the LogClientTab class subclass the
logging.StreamHandler class and implementing the emit method.

Closes #108

@jonasdn jonasdn force-pushed the jonasdn/LogClientTab branch 2 times, most recently from b5325db to c5697d4 Compare January 15, 2021 12:44
The 'Log Client' tab shows information from Pythons logging framework.
Now log records that previously would only show up in your console or
terminal window is made available inside of the client.

This is accomplished by making the LogClientTab class subclass the
logging.StreamHandler class and implementing the emit method.
@jonasdn jonasdn force-pushed the jonasdn/LogClientTab branch from c5697d4 to 91c1598 Compare January 18, 2021 11:46
@krichardsson krichardsson merged commit 06dc3d7 into bitcraze:master Jan 20, 2021
@krichardsson
Copy link
Contributor

Thanks!

@krichardsson krichardsson added this to the next-release milestone Jan 20, 2021
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

Successfully merging this pull request may close these issues.

Duplicate logging to UI
2 participants