slog-rs / journald

journald support for slog-rs
Apache License 2.0
13 stars 5 forks source link

Tracking Status of Grabbing Function Name #2

Open theGeekPirate opened 6 years ago

theGeekPirate commented 6 years ago

Thank-you very much for this crate, it's fantastic! :1st_place_medal:

I'm not sure how you'd like to handle the inability to grab the function name currently, but I figured a tracking issue would suffice. Feel free to close this if you disagree!

https://github.com/rust-lang/rfcs/issues/1743

tmccombs commented 6 years ago

Sound good to me. You may want to open a tracking issue in slog-rs/slog as well, since it's probably desirable for the slog macros to capture the function name along with the other source information (line, file, module_path, etc).