-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Right now a thread stores the logs until it finishes and then flushes them to the main log. This isn't the best case. Probably a worthwhile approach would be to store the logs for each thread in a dictionary by thread id and the thread then calls flush on end, but it adds the ability to flush on crash. Needs proper handling for subthreads though, maybe some kind of time-based dictionary or so.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request