rust-simple_logger icon indicating copy to clipboard operation
rust-simple_logger copied to clipboard

Make it possible to include log record.file() / record.line()

Open brandonros opened this issue 2 years ago • 1 comments

https://stackoverflow.com/questions/61810740/log-source-file-and-line-numbers I could be wrong but I think at the moment such functionality is impossible with this library?

brandonros avatar Feb 14 '23 20:02 brandonros

I also like to have this feature, it's hard to find origin of log message in source code, what makes bug hunting more difficult. My implementation is here. https://github.com/borntyping/rust-simple_logger/pull/86/commits/e0abd42227452a29a3a7029b89c99b7165c32131

fvacek avatar Nov 25 '23 18:11 fvacek