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
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Hi,
searching for a solution to integrate a Rust project with glib logging, I stumbled on the glib_logger project, which bridges glib logging with the log crate.
Since it didn't have full support for domains and other features I was interested in, I sent a PR (still pending) which adds the missing bits.
However, I was wondering if there is an interest in adopting such a solution in the main gtk-rs sources, given that logging is quite a basic functionality which pretty much all glib applications need, and that this is a fair solution at being as idiomatic as possible while still integrating with glib log handlers.
Would a PR for this be welcome (in which project) or not?
Or, in general, your thoughts?