You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an app using multiple dispatch queues it may be worth logging current queue with every message.
Would you be willing to accept a PR if I consider adding this support? I am using HeliumLogger in multiple server side swift projects and would be willing to open a PR.
thanks for great and simple component...
The text was updated successfully, but these errors were encountered:
Thanks for asking about this. Just curious how you plan to get the current queue? According to this thread, it doesn't seem like there's a good way to do this.
Just to keep you updated. I have prototyped this including passing tests in my repo fork here: mman@8f1e1ef and it works great on macOS, but I was not able to make it compile under Linux. The hidden symbol __dispatch_queue_get_label does not exist under Linux. Still investigating.
In an app using multiple dispatch queues it may be worth logging current queue with every message.
Would you be willing to accept a PR if I consider adding this support? I am using HeliumLogger in multiple server side swift projects and would be willing to open a PR.
thanks for great and simple component...
The text was updated successfully, but these errors were encountered: