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

Enhancements #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Enhancements #6

wants to merge 2 commits into from

Conversation

YuxingW
Copy link

@YuxingW YuxingW commented Oct 12, 2017

Use case 1: If background loggers are created in several places, they are not sharing the message queue for one thread, so it cannot aggregate all logs for one thread. This can be solved by using Singleton instance of background logger.
Use case 2: The 1st thread of BackgroundMessage output is unexpectedly printed in console and not compatible with MainThread output, actually we can use Message in loggerhelper.py directly.

    if background loggers are created in several places, they are not sharing the message queue for one thread, so it cannot aggregate all logs for one thread. This can be solved by using Singleton instance of background logger.
    The BackgroundMessage output is unexpected and not compatible with MainThread output, actually we can use Message in loggerhelper.py directly.
@pekkaklarck pekkaklarck mentioned this pull request Oct 12, 2017
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.

1 participant