-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Recently I am using robotbackgroundlogger in my test and found below areas can be enhanced:
- 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.
I made enhancement locally and it works well, would like to create a pull request for review, please see if it is okay.
Metadata
Metadata
Assignees
Labels
No labels